Skip to content

Commit b98f422

Browse files
committed
v0.9.10
1 parent 068b81d commit b98f422

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.9.9"
7-
android-versionCode="909"
6+
version="0.9.10"
7+
android-versionCode="910"
88
>
99
<name>Cesium</name>
1010
<description>

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.9.9" #lastest
18+
echo "v0.9.10" #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.9.9",
3+
"version": "0.9.10",
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
@@ -43,8 +43,8 @@ angular.module("cesium.config", [])
4343
}
4444
}
4545
},
46-
"version": "0.9.9",
47-
"build": "2017-01-25T10:28:20.296Z",
46+
"version": "0.9.10",
47+
"build": "2017-01-26T09:07:29.876Z",
4848
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
4949
})
5050

0 commit comments

Comments
 (0)