diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-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, 7 insertions, 4 deletions
@@ -52,3 +52,6 @@ | |||
52 | [4.1.0] | 52 | [4.1.0] |
53 | * Add ability to download files from the UI | 53 | * Add ability to download files from the UI |
54 | 54 | ||
55 | [4.1.1] | ||
56 | * Add directory listing sorting | ||
57 | * Replace github links with our own gitlab | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index a7c9589..108641a 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "4.1.0", | 12 | "version": "4.1.1", |
13 | "healthCheckPath": "/api/healthcheck", | 13 | "healthCheckPath": "/api/healthcheck", |
14 | "httpPort": 3000, | 14 | "httpPort": 3000, |
15 | "manifestVersion": 1, | 15 | "manifestVersion": 1, |
diff --git a/DESCRIPTION.md b/DESCRIPTION.md index beaec03..c5deefc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md | |||
@@ -1,4 +1,4 @@ | |||
1 | This app packages Surfer 4.1.0 | 1 | This app packages Surfer 4.1.1 |
2 | 2 | ||
3 | ### Overview | 3 | ### Overview |
4 | 4 | ||
diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 50a3ac7..b388a56 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.0", | 3 | "version": "4.1.1", |
4 | "dependencies": { | 4 | "dependencies": { |
5 | "accepts": { | 5 | "accepts": { |
6 | "version": "1.3.3", | 6 | "version": "1.3.3", |
diff --git a/package.json b/package.json index a6d670b..4479d6c 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.0", | 3 | "version": "4.1.1", |
4 | "description": "Simple file server", | 4 | "description": "Simple file server", |
5 | "main": "server.js", | 5 | "main": "server.js", |
6 | "scripts": { | 6 | "scripts": { |