diff --git a/ChangeLog b/ChangeLog index 271775d9..d2a47836 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2015.10.14, v4.7.1 + +fix: +- (rest) onGET: json.parse + +feature: +- (bower) smalltalk v1.5.3 +- (package) package-json v2.0.0 +- (package) markdown-it v5.0.0 + + 2015.10.05, v4.7.0 fix: diff --git a/bower.json b/bower.json index a73f28e6..91f42c55 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "4.7.0", + "version": "4.7.1", "homepage": "https://github.com/coderaiser/cloudcmd", "authors": [ "coderaiser " diff --git a/package.json b/package.json index fbeb5f6d..ba516560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cloudcmd", - "version": "4.7.0", + "version": "4.7.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "Cloud Commander orthodox web file manager with console and editor", "homepage": "http://cloudcmd.io",