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
timothe
Cesium
Commits
1f64b652
Commit
1f64b652
authored
7 years ago
by
Benoit Lavenier
Browse files
Options
Downloads
Patches
Plain Diff
v0.9.18
parent
e96f1ccd
Branches
Branches containing commit
Tags
v0.9.18
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
config.xml
+2
-2
2 additions, 2 deletions
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
+2
-2
2 additions, 2 deletions
www/js/config.js
with
6 additions
and
6 deletions
config.xml
+
2
−
2
View file @
1f64b652
...
...
@@ -3,8 +3,8 @@
xmlns=
"http://www.w3.org/ns/widgets"
xmlns:cdv=
"http://cordova.apache.org/ns/1.0"
id=
"fr.duniter.cesium"
version=
"0.9.1
7
"
android-versionCode=
"91
7
0"
version=
"0.9.1
8
"
android-versionCode=
"91
8
0"
>
<name>
Cesium
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
1f64b652
...
...
@@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi
latest_version
()
{
echo
"v0.9.1
7
"
#lastest
echo
"v0.9.1
8
"
#lastest
}
api_release_url
()
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
1f64b652
{
"name"
:
"cesium"
,
"version"
:
"0.9.1
7
"
,
"version"
:
"0.9.1
8
"
,
"description"
:
"Unhosted webapp client for Duniter network"
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
www/js/config.js
+
2
−
2
View file @
1f64b652
...
...
@@ -43,8 +43,8 @@ angular.module("cesium.config", [])
}
}
},
"
version
"
:
"
0.9.1
7
"
,
"
build
"
:
"
2017-01-30T1
6:17:01.554
Z
"
,
"
version
"
:
"
0.9.1
8
"
,
"
build
"
:
"
2017-01-30T1
8:57:12.453
Z
"
,
"
newIssueUrl
"
:
"
https://github.com/duniter/cesium/issues/new?labels=bug
"
})
...
...
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