Skip to content

Commit 390f2c6

Browse files
committed
v0.3.0
1 parent b0bf025 commit 390f2c6

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.2.14"
7-
android-versionCode="294"
6+
version="0.3.0"
7+
android-versionCode="300"
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.2.14" #lastest
18+
echo "v0.3.0" #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.2.14",
3+
"version": "0.3.0",
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
@@ -28,8 +28,8 @@ angular.module("cesium.config", [])
2828
"port": "80"
2929
}
3030
},
31-
"version": "0.2.14",
32-
"build": "2016-09-14T12:16:00.919Z",
31+
"version": "0.3.0",
32+
"build": "2016-09-16T15:12:33.494Z",
3333
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
3434
})
3535

0 commit comments

Comments
 (0)