Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Millicent Billette
Cesium
Commits
3c636d23
Commit
3c636d23
authored
7 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
v0.17.4
parent
ee944274
Branches
Branches containing commit
Tags
v0.17.4
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config.xml
+1
-1
1 addition, 1 deletion
config.xml
install.sh
+1
-1
1 addition, 1 deletion
install.sh
package.json
+1
-1
1 addition, 1 deletion
package.json
www/js/config.js
+3
-3
3 additions, 3 deletions
www/js/config.js
with
6 additions
and
6 deletions
config.xml
+
1
−
1
View file @
3c636d23
<?xml version='1.0' encoding='utf-8'?>
<widget
android-versionCode=
"17
3
00"
id=
"fr.duniter.cesium"
version=
"0.17.
3
"
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
>
<widget
android-versionCode=
"17
4
00"
id=
"fr.duniter.cesium"
version=
"0.17.
4
"
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
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
3c636d23
...
...
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version
()
{
echo
"v0.17.
3
"
#lastest
echo
"v0.17.
4
"
#lastest
}
api_release_url
()
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
3c636d23
{
"name"
:
"cesium"
,
"version"
:
"0.17.
3
"
,
"version"
:
"0.17.
4
"
,
"description"
:
"Unhosted webapp client for Duniter network"
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
www/js/config.js
+
3
−
3
View file @
3c636d23
...
...
@@ -66,9 +66,9 @@ angular.module("cesium.config", [])
"
defaultCountry
"
:
"
France
"
}
},
"
version
"
:
"
0.17.
3
"
,
"
build
"
:
"
2017-09-2
0
T1
4
:0
7:41
.4
8
6Z
"
,
"
version
"
:
"
0.17.
4
"
,
"
build
"
:
"
2017-09-2
9
T1
1
:0
8:25
.4
0
6Z
"
,
"
newIssueUrl
"
:
"
https://github.com/duniter/cesium/issues/new?labels=bug
"
})
;
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment