diff --git a/package.json b/package.json index eec00a24..a6a7b9e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "traveler-aps", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "start": "node app" @@ -8,7 +8,7 @@ "repository": { "type": "git", "url": "https://github.com/dongliu/traveler.git#APS", - "release": "APS-0.2" + "release": "APS-0.2.1" }, "dependencies": { "basic-auth": "1.0.0", diff --git a/public/release.txt b/public/release.txt index c8e7e84c..fd8e158f 100644 --- a/public/release.txt +++ b/public/release.txt @@ -1,3 +1,7 @@ +release APS-0.2.1 +date May 26, 2016 +- Fix the bug that would crash the application when checking for additional permission on travelers that allow users to contribute to any traveler. + release APS-0.2 date: April 15, 2016 - Merged improvements and features from versions 2.4.0 & 2.4.1