diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-04-05 16:47:49 +0200 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-04-05 16:47:49 +0200 |
commit | 0cce5096940c6b5e31a2e9dce849deb79d9844ce (patch) | |
tree | 11a1560f30ec8b94b2cd62fad1fbf2fab9ea2391 | |
parent | b99589fcfd20954930ff05722e8308a1ca288e9b (diff) | |
download | Surfer-0cce5096940c6b5e31a2e9dce849deb79d9844ce.tar.gz Surfer-0cce5096940c6b5e31a2e9dce849deb79d9844ce.tar.zst Surfer-0cce5096940c6b5e31a2e9dce849deb79d9844ce.zip |
Bump version
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | CloudronManifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -16,3 +16,6 @@ | |||
16 | [0.5.1] | 16 | [0.5.1] |
17 | * Fix settings link | 17 | * Fix settings link |
18 | * Add selenium tests | 18 | * Add selenium tests |
19 | |||
20 | [0.5.2] | ||
21 | * Support username and email login | ||
diff --git a/CloudronManifest.json b/CloudronManifest.json index efd83ae..d937ad7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json | |||
@@ -9,7 +9,7 @@ | |||
9 | "webserver", | 9 | "webserver", |
10 | "server" | 10 | "server" |
11 | ], | 11 | ], |
12 | "version": "0.5.1", | 12 | "version": "0.5.2", |
13 | "targetBoxVersion": "0.4.0", | 13 | "targetBoxVersion": "0.4.0", |
14 | "healthCheckPath": "/api/healthcheck", | 14 | "healthCheckPath": "/api/healthcheck", |
15 | "httpPort": 3000, | 15 | "httpPort": 3000, |