From 6a1e16e6964b8c176606dbf5690b957219a127e6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 9 Apr 2017 23:46:03 +0200 Subject: [PATCH] Bump version --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 480c2f0..a0de9d4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,3 +52,6 @@ [4.1.0] * Add ability to download files from the UI +[4.1.1] +* Add directory listing sorting +* 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 @@ "webserver", "server" ], - "version": "4.1.0", + "version": "4.1.1", "healthCheckPath": "/api/healthcheck", "httpPort": 3000, "manifestVersion": 1, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index beaec03..c5deefc 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Surfer 4.1.0 +This app packages Surfer 4.1.1 ### Overview 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 @@ { "name": "cloudron-surfer", - "version": "4.1.0", + "version": "4.1.1", "dependencies": { "accepts": { "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 @@ { "name": "cloudron-surfer", - "version": "4.1.0", + "version": "4.1.1", "description": "Simple file server", "main": "server.js", "scripts": { -- 2.41.0