Skip to content
Snippets Groups Projects
Commit 60b55a1b authored by Bertrand Presles's avatar Bertrand Presles
Browse files

Bumped version number

parent 8c061554
No related branches found
No related tags found
1 merge request!590iOS support: Fix "Missing attestations" message on AppStoreConnect. Added specific App ID for iOS. iOS 13 compatibility. Fix NPM install for minisodium.
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="104006" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="104007" id="fr.duniter.cesium" ios-CFBundleIdentifier="org.duniter.cesium" version="1.4.7" 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
......
......@@ -167,4 +167,4 @@
"osx"
]
}
}
}
\ No newline at end of file
......@@ -74,10 +74,10 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
echo "Java: $JAVA_VERSION"
# force nodejs version to 5
# force nodejs version to 6
if [[ -d "$NVM_DIR" ]]; then
. $NVM_DIR/nvm.sh
nvm use 5
nvm use 6
if [[ $? -ne 0 ]]; then
exit 1
fi
......@@ -167,9 +167,9 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
echo "WARN: platform/desktop not found -> Skipping desktop build!"
fi;
# back to nodejs version 5
# back to nodejs version 6
cd $DIRNAME
nvm use 5
nvm use 6
echo "**********************************"
echo "* Build release succeed !"
......
This diff is collapsed.
......@@ -93,8 +93,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "1.4.6",
"build": "2019-09-07T18:44:38.960Z",
"version": "1.4.7",
"build": "2019-10-19T08:27:22.290Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
......
......@@ -66,6 +66,7 @@
{{'ABOUT.DEVELOPERS' | translate}}
<h3>
<a href="https://github.com/blavenie" target="_system">Benoit Lavenier</a>,
<a href="https://github.com/bpresles" target="_system">bpresles</a>,
<a href="https://github.com/c-geek" target="_system">cgeek</a>,
<a href="https://github.com/devingfx" target="_system">DiG</a>,
<a href="https://git.duniter.org/ji_emme" target="_system">Ji_emme</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment