diff --git a/install.sh b/install.sh index 709d1c021b88d1d2ebc22e358a72a049b1af3e1b..1c33ab81177e9e2e4fb8fff30901053e21ae5854 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then fi latest_version() { - echo "v0.15.2" #lastest + echo "v0.15.3" #lastest } api_release_url() { diff --git a/package.json b/package.json index 2e3e42d6f05dee52a0fa57821be38d39ef244914..5f41589468dcbc445cc15af9aab6975acdf8313b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cesium", - "version": "0.15.2", + "version": "0.15.3", "description": "Unhosted webapp client for Duniter network", "repository": { "type": "git", diff --git a/www/js/config.js b/www/js/config.js index bee052339972eb003fbf9cbb13ad133fe9f69adf..5a330281fe98efae214a60d3f745bcf16ced0da4 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -59,8 +59,8 @@ angular.module("cesium.config", []) "defaultCountry": "France" } }, - "version": "0.15.2", - "build": "2017-08-02T18:29:52.980Z", + "version": "0.15.3", + "build": "2017-08-02T18:53:38.178Z", "newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug" })