diff options
author | Johannes Zellner <johannes@cloudron.io> | 2018-09-13 21:17:58 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@cloudron.io> | 2018-10-08 14:18:21 +0200 |
commit | 955c9070bcf046cb0109bad63945f26fa327eef1 (patch) | |
tree | 4f78eedf21cc5caaaf8e106f38768bf6ab22dbee | |
parent | 8a5c7d41224e6c232ea6095168f456d1887e112c (diff) | |
download | Surfer-955c9070bcf046cb0109bad63945f26fa327eef1.tar.gz Surfer-955c9070bcf046cb0109bad63945f26fa327eef1.tar.zst Surfer-955c9070bcf046cb0109bad63945f26fa327eef1.zip |
Bump version
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 | ||||
-rw-r--r-- | npm-shrinkwrap.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -64,3 +64,6 @@ | |||
64 | * Add directory upload support | 64 | * Add directory upload support |
65 | * Improve drag'n'drop of files | 65 | * Improve drag'n'drop of files |
66 | 66 | ||
67 | [5.2.0] | ||
68 | * Disable folder listing by default | ||
69 | * Do not render welcome screen if folder listing is enabled | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index e8b3995..0fb89fe 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -10,7 +10,7 @@ | |||
10 | "hosting", | 10 | "hosting", |
11 | "server" | 11 | "server" |
12 | ], | 12 | ], |
13 | "version": "5.1.0", | 13 | "version": "5.2.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |
16 | "manifestVersion": 1, | 16 | "manifestVersion": 1, |
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 0378e7f..2a3159e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "cloudron-surfer", | 2 | "name": "cloudron-surfer", |
3 | "version": "5.1.0", | 3 | "version": "5.2.0", |
4 | "lockfileVersion": 1, | 4 | "lockfileVersion": 1, |
5 | "requires": true, | 5 | "requires": true, |
6 | "dependencies": { | 6 | "dependencies": { |
diff --git a/package.json b/package.json index dc6f07d..8c2c6e7 100644 --- a/package.json +++ b/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "cloudron-surfer", | 2 | "name": "cloudron-surfer", |
3 | "version": "5.1.0", | 3 | "version": "5.2.0", |
4 | "description": "Simple file server", | 4 | "description": "Simple file server", |
5 | "main": "server.js", | 5 | "main": "server.js", |
6 | "scripts": { | 6 | "scripts": { |