Skip to content

Commit 64c15b9

Browse files
committed
v0.17.1
1 parent 81cdda2 commit 64c15b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="17000" id="fr.duniter.cesium" version="0.17.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="17100" id="fr.duniter.cesium" version="0.17.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Cesium</name>
44
<description>
55
An simple App for Duniter wallet

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
1515
fi
1616

1717
latest_version() {
18-
echo "v0.17.0" #lastest
18+
echo "v0.17.1" #lastest
1919
}
2020

2121
api_release_url() {

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.17.0",
3+
"version": "0.17.1",
44
"description": "Unhosted webapp client for Duniter network",
55
"repository": {
66
"type": "git",

www/js/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ angular.module("cesium.config", [])
6666
"defaultCountry": "France"
6767
}
6868
},
69-
"version": "0.17.0",
70-
"build": "2017-08-22T10:18:37.850Z",
69+
"version": "0.17.1",
70+
"build": "2017-08-22T15:32:20.480Z",
7171
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
7272
})
7373

0 commit comments

Comments
 (0)