Skip to content
Snippets Groups Projects
Commit c2bea31a authored by demarmax's avatar demarmax
Browse files

Prepare release 2.0.0-alpha48

parent 99b7208f
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ android { ...@@ -13,8 +13,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion minSdkVersion rootProject.ext.minSdkVersion
compileSdkVersion rootProject.ext.compileSdkVersion compileSdkVersion rootProject.ext.compileSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2000047 versionCode 2000048
versionName "2.0.0-alpha47" versionName "2.0.0-alpha48"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions { aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
......
{ {
"name": "cesium2s", "name": "cesium2s",
"version": "2.0.0-alpha47", "version": "2.0.0-alpha48",
"description": "Cesium², running on Duniter v2s (Substrate).", "description": "Cesium², running on Duniter v2s (Substrate).",
"author": { "author": {
"name": "Benoit Lavenier", "name": "Benoit Lavenier",
......
...@@ -14,7 +14,7 @@ INSTALL_DIR=${1:-$(pwd)/${PROJECT_NAME}} ...@@ -14,7 +14,7 @@ INSTALL_DIR=${1:-$(pwd)/${PROJECT_NAME}}
INSTALL_ENV=testing INSTALL_ENV=testing
latest_version() { latest_version() {
echo "2.0.0-alpha47" #lastest echo "2.0.0-alpha48" #lastest
} }
api_release_url() { api_release_url() {
......
{ {
"name": "cesium", "name": "cesium",
"version": "2.0.0-alpha47", "version": "2.0.0-alpha48",
"description": "Manage G1 wallet", "description": "Manage G1 wallet",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
"homepage": "https://cesium.app", "homepage": "https://cesium.app",
......
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "cesium2s", "name": "cesium2s",
"version": "2.0.0.47", "version": "2.0.0.48",
"version_name": "2.0.0-alpha47", "version_name": "2.0.0-alpha48",
"short_name": "Cesium²", "short_name": "Cesium²",
"description": "Manage G1 wallet", "description": "Manage G1 wallet",
"author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"short_name": "Cesium", "short_name": "Cesium",
"name": "Cesium2", "name": "Cesium2",
"manifest_version": 2, "manifest_version": 2,
"version": "2.0.0-alpha47", "version": "2.0.0-alpha48",
"default_locale": "fr", "default_locale": "fr",
"description": "Cesium Wallet for Ğ1 libre currency", "description": "Cesium Wallet for Ğ1 libre currency",
"icons": [ "icons": [
......
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