Skip to content

Commit

Permalink
release 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jun 30, 2016
1 parent 20ea0b6 commit a722b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
id="fr.duniter.cesium"
version="0.1.23"
version="0.1.24"
android-versionCode="11"
>
<name>Cesium</name>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "0.1.23",
"version": "0.1.24",
"description": "A webapp client for Duniter network",
"dependencies": {
"delete-empty": "^0.1.3",
Expand Down
4 changes: 2 additions & 2 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ angular.module("cesium.config", [])
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.22",
"BUILD_DATE": "2016-06-29T16:44:23.924Z"
"VERSION": "0.1.24",
"BUILD_DATE": "2016-06-30T07:24:12.017Z"
})

;

0 comments on commit a722b89

Please sign in to comment.