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

Bumped version number

parent 8c061554
Branches
Tags
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'?> <?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> <name>Cesium</name>
<description> <description>
An simple App for Duniter wallet An simple App for Duniter wallet
......
...@@ -74,10 +74,10 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then ...@@ -74,10 +74,10 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then
echo "Java: $JAVA_VERSION" echo "Java: $JAVA_VERSION"
# force nodejs version to 5 # force nodejs version to 6
if [[ -d "$NVM_DIR" ]]; then if [[ -d "$NVM_DIR" ]]; then
. $NVM_DIR/nvm.sh . $NVM_DIR/nvm.sh
nvm use 5 nvm use 6
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
exit 1 exit 1
fi fi
...@@ -167,9 +167,9 @@ if [[ $2 =~ ^[0-9]+.[0-9]+.[0-9]+((a|b)[0-9]+)?$ && $3 =~ ^[0-9]+$ ]]; then ...@@ -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!" echo "WARN: platform/desktop not found -> Skipping desktop build!"
fi; fi;
# back to nodejs version 5 # back to nodejs version 6
cd $DIRNAME cd $DIRNAME
nvm use 5 nvm use 6
echo "**********************************" echo "**********************************"
echo "* Build release succeed !" echo "* Build release succeed !"
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -93,8 +93,8 @@ angular.module("cesium.config", []) ...@@ -93,8 +93,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France" "defaultCountry": "France"
} }
}, },
"version": "1.4.6", "version": "1.4.7",
"build": "2019-09-07T18:44:38.960Z", "build": "2019-10-19T08:27:22.290Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
}) })
......
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
{{'ABOUT.DEVELOPERS' | translate}} {{'ABOUT.DEVELOPERS' | translate}}
<h3> <h3>
<a href="https://github.com/blavenie" target="_system">Benoit Lavenier</a>, <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/c-geek" target="_system">cgeek</a>,
<a href="https://github.com/devingfx" target="_system">DiG</a>, <a href="https://github.com/devingfx" target="_system">DiG</a>,
<a href="https://git.duniter.org/ji_emme" target="_system">Ji_emme</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.
Please register or to comment