diff options
author | Girish Ramakrishnan <girish@cloudron.io> | 2019-05-09 11:41:01 -0700 |
---|---|---|
committer | Girish Ramakrishnan <girish@cloudron.io> | 2019-05-09 11:41:01 -0700 |
commit | df0c86537a9af6d37f47cf65e4f5fdeac4b60bcb (patch) | |
tree | 254cee02ca9b89afa402907fb9d2d9d802a10f72 | |
parent | 69bf40e0466b5c3b154c5b563aedc48860a19643 (diff) | |
download | Surfer-df0c86537a9af6d37f47cf65e4f5fdeac4b60bcb.tar.gz Surfer-df0c86537a9af6d37f47cf65e4f5fdeac4b60bcb.tar.zst Surfer-df0c86537a9af6d37f47cf65e4f5fdeac4b60bcb.zip |
Version 5.6.0
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -82,3 +82,6 @@ | |||
82 | * Use inline edit for rename | 82 | * Use inline edit for rename |
83 | * Various interface layout fixes | 83 | * Various interface layout fixes |
84 | 84 | ||
85 | [5.6.0] | ||
86 | * Add SFTP support | ||
87 | |||
diff --git a/CloudronManifest.json b/CloudronManifest.json index 3259664..8ed67dc 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -10,7 +10,7 @@ | |||
10 | "hosting", | 10 | "hosting", |
11 | "server" | 11 | "server" |
12 | ], | 12 | ], |
13 | "version": "5.5.0", | 13 | "version": "5.6.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |
16 | "manifestVersion": 1, | 16 | "manifestVersion": 1, |