diff options
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | CloudronManifest.json | 2 | ||||
-rw-r--r-- | DESCRIPTION.md | 2 | ||||
-rw-r--r-- | npm-shrinkwrap.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
5 files changed, 9 insertions, 4 deletions
@@ -59,3 +59,8 @@ | |||
59 | [5.0.0] | 59 | [5.0.0] |
60 | * Allow directory listing to be configurable | 60 | * Allow directory listing to be configurable |
61 | * Refactor the UI | 61 | * Refactor the UI |
62 | |||
63 | [5.1.0] | ||
64 | * Add directory upload support | ||
65 | * Improve drag'n'drop of files | ||
66 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index a6f6036..e8b3995 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -10,7 +10,7 @@ | |||
10 | "hosting", | 10 | "hosting", |
11 | "server" | 11 | "server" |
12 | ], | 12 | ], |
13 | "version": "5.0.0", | 13 | "version": "5.1.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |
16 | "manifestVersion": 1, | 16 | "manifestVersion": 1, |
diff --git a/DESCRIPTION.md b/DESCRIPTION.md index d0dcb3f..a3d8a1a 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md | |||
@@ -1,4 +1,4 @@ | |||
1 | This app packages Surfer 5.0.0 | 1 | This app packages Surfer 5.1.0 |
2 | 2 | ||
3 | ### Overview | 3 | ### Overview |
4 | 4 | ||
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce1a76d..0378e7f 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": "4.1.1", | 3 | "version": "5.1.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 27113bc..dc6f07d 100644 --- a/package.json +++ b/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "cloudron-surfer", | 2 | "name": "cloudron-surfer", |
3 | "version": "4.1.1", | 3 | "version": "5.1.0", |
4 | "description": "Simple file server", | 4 | "description": "Simple file server", |
5 | "main": "server.js", | 5 | "main": "server.js", |
6 | "scripts": { | 6 | "scripts": { |