Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
vincentux
Cesium
Commits
a0c11ddf
Commit
a0c11ddf
authored
Aug 22, 2017
by
Benoit Lavenier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.17.0
parent
29d5d708
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
config.xml
config.xml
+1
-1
install.sh
install.sh
+1
-1
package.json
package.json
+1
-1
www/js/config.js
www/js/config.js
+2
-2
No files found.
config.xml
View file @
a0c11ddf
<?xml version='1.0' encoding='utf-8'?>
<widget
android-versionCode=
"1
61
00"
id=
"fr.duniter.cesium"
version=
"0.1
6.1
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
android-versionCode=
"1
70
00"
id=
"fr.duniter.cesium"
version=
"0.1
7.0
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<name>
Cesium
</name>
<description>
An simple App for Duniter wallet
...
...
install.sh
View file @
a0c11ddf
...
...
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version
()
{
echo
"v0.1
6.1
"
#lastest
echo
"v0.1
7.0
"
#lastest
}
api_release_url
()
{
...
...
package.json
View file @
a0c11ddf
{
"name"
:
"cesium"
,
"version"
:
"0.1
6.1
"
,
"version"
:
"0.1
7.0
"
,
"description"
:
"Unhosted webapp client for Duniter network"
,
"repository"
:
{
"type"
:
"git"
,
...
...
www/js/config.js
View file @
a0c11ddf
...
...
@@ -66,8 +66,8 @@ angular.module("cesium.config", [])
"
defaultCountry
"
:
"
France
"
}
},
"
version
"
:
"
0.1
6.1
"
,
"
build
"
:
"
2017-08-22T0
6:59:53.33
2Z
"
,
"
version
"
:
"
0.1
7.0
"
,
"
build
"
:
"
2017-08-22T0
9:47:11.51
2Z
"
,
"
newIssueUrl
"
:
"
https://github.com/duniter/cesium/issues/new?labels=bug
"
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment