Skip to content

Commit 8bdfd19

Browse files
committed
prepare release 0.1.22
1 parent 6a9c801 commit 8bdfd19

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns="http://www.w3.org/ns/widgets"
44
xmlns:cdv="http://cordova.apache.org/ns/1.0"
55
id="fr.duniter.cesium"
6-
version="0.1.21"
7-
android-versionCode="9"
6+
version="0.1.22"
7+
android-versionCode="10"
88
>
99
<name>Cesium</name>
1010
<description>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium",
3-
"version": "0.1.21",
3+
"version": "0.1.22",
44
"description": "A webapp client for Duniter network",
55
"dependencies": {
66
"delete-empty": "^0.1.3",

www/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ angular.module("cesium.config", [])
1313
"NEW_ISSUE_LINK": "https://github.com/duniter/cesium/issues/new?labels=bug",
1414
"TIMEOUT": 4000,
1515
"DEBUG": false,
16-
"VERSION": "0.1.21",
17-
"BUILD_DATE": "2016-06-23T20:56:11.753Z"
16+
"VERSION": "0.1.22",
17+
"BUILD_DATE": "2016-06-29T16:44:23.924Z"
1818
})
1919

2020
;

0 commit comments

Comments
 (0)