From ef6d3a7d35ec5f5eb82fc01363df503f8dc0ae1e Mon Sep 17 00:00:00 2001
From: Dorian Marco <dorian.marco@e-is.pro>
Date: Tue, 13 May 2025 12:05:27 +0000
Subject: [PATCH] Prepare release 2.0.0-alpha52

---
 android/app/build.gradle       | 4 ++--
 electron/package.json          | 2 +-
 install.sh                     | 2 +-
 package.json                   | 2 +-
 resources/webext/manifest.json | 4 ++--
 src/manifest.json              | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/android/app/build.gradle b/android/app/build.gradle
index d982470..298c4a5 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -13,8 +13,8 @@ android {
         minSdkVersion rootProject.ext.minSdkVersion
         compileSdkVersion rootProject.ext.compileSdkVersion
         targetSdkVersion rootProject.ext.targetSdkVersion
-        versionCode 2000051
-        versionName "2.0.0-alpha51"
+        versionCode 2000052
+        versionName "2.0.0-alpha52"
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         aaptOptions {
              // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
diff --git a/electron/package.json b/electron/package.json
index 2aa6ecb..540ffd3 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium2s",
-  "version": "2.0.0-alpha51",
+  "version": "2.0.0-alpha52",
   "description": "Cesium², running on Duniter v2s (Substrate).",
   "author": {
     "name": "Benoit Lavenier",
diff --git a/install.sh b/install.sh
index 9075626..0cce2c3 100755
--- a/install.sh
+++ b/install.sh
@@ -14,7 +14,7 @@ INSTALL_DIR=${1:-$(pwd)/${PROJECT_NAME}}
 INSTALL_ENV=testing
 
 latest_version() {
-  echo "2.0.0-alpha51" #lastest
+  echo "2.0.0-alpha52" #lastest
 }
 
 api_release_url() {
diff --git a/package.json b/package.json
index 9ae8697..bb4b7be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cesium",
-  "version": "2.0.0-alpha51",
+  "version": "2.0.0-alpha52",
   "description": "Manage G1 wallet",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
   "homepage": "https://cesium.app",
diff --git a/resources/webext/manifest.json b/resources/webext/manifest.json
index ce71bb3..00aa6d8 100644
--- a/resources/webext/manifest.json
+++ b/resources/webext/manifest.json
@@ -1,8 +1,8 @@
 {
   "manifest_version": 2,
   "name": "cesium2s",
-  "version": "2.0.0.51",
-  "version_name": "2.0.0-alpha51",
+  "version": "2.0.0.52",
+  "version_name": "2.0.0-alpha52",
   "short_name": "Cesium²",
   "description": "Manage G1 wallet",
   "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>",
diff --git a/src/manifest.json b/src/manifest.json
index 3454a15..6cc2b64 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -2,7 +2,7 @@
   "short_name": "Cesium",
   "name": "Cesium2",
   "manifest_version": 2,
-  "version": "2.0.0-alpha51",
+  "version": "2.0.0-alpha52",
   "default_locale": "fr",
   "description": "Cesium Wallet for Ğ1 libre currency",
   "icons": [
-- 
GitLab