Browse Source

Bumped version to 0.0.9

Jannick Knudsen 1 year ago
parent
commit
340aa41d09
5 changed files with 7 additions and 4 deletions
  1. 3 1
      .dockerignore
  2. 1 1
      CloudronManifest.json
  3. 1 1
      VERSION
  4. 1 0
      VERSIONLOG
  5. 1 1
      package.json

+ 3 - 1
.dockerignore

@@ -2,4 +2,6 @@
 .gitignore
 .gitignore
 .dockerignore
 .dockerignore
 node_modules
 node_modules
-
+Dockerfile
+npm-debug.log
+dist

+ 1 - 1
CloudronManifest.json

@@ -5,7 +5,7 @@
   "description": "file://DESCRIPTION.md",
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "changelog": "file://CHANGELOG",
   "tagline": "Privacy-respecting metasearch engine",
   "tagline": "Privacy-respecting metasearch engine",
-  "version": "0.0.8",
+  "version": "0.0.9",
   "healthCheckPath": "/",
   "healthCheckPath": "/",
   "httpPort": 8888,
   "httpPort": 8888,
   "addons": {
   "addons": {

+ 1 - 1
VERSION

@@ -1 +1 @@
-v0.0.8
+v0.0.9

+ 1 - 0
VERSIONLOG

@@ -2,3 +2,4 @@ v0.0.5
 v0.0.6
 v0.0.6
 v0.0.7
 v0.0.7
 v0.0.8
 v0.0.8
+v0.0.9

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "searx-app-alt",
   "name": "searx-app-alt",
-  "version": "0.0.8",
+  "version": "0.0.9",
   "description": "",
   "description": "",
   "main": "index.js",
   "main": "index.js",
   "scripts": {
   "scripts": {