From 5ec458af628322ceb547bf349b87cb4097f4c35c Mon Sep 17 00:00:00 2001 From: Bekiboo Date: Fri, 25 Sep 2026 18:13:21 +0300 Subject: [PATCH] chore(eid-wallet): bump to 1.2.0 Russian and Ukrainian arrived in #1145, so this release is a minor rather than a patch. The Android versionCode is a hand-maintained counter, not something derived from the version, and Play rejects an upload that does not raise it. It goes to 32, continuing 24, 25, 26, 27, 28, 31. iOS carries the version in three places that have to agree: project.yml and Info.plist, and MARKETING_VERSION / CURRENT_PROJECT_VERSION in the Xcode project, which is the pair Xcode actually builds from. --- infrastructure/eid-wallet/package.json | 2 +- infrastructure/eid-wallet/src-tauri/Cargo.lock | 2 +- infrastructure/eid-wallet/src-tauri/Cargo.toml | 2 +- .../gen/apple/eid-wallet.xcodeproj/project.pbxproj | 12 ++++++------ .../src-tauri/gen/apple/eid-wallet_iOS/Info.plist | 6 +++--- .../eid-wallet/src-tauri/gen/apple/project.yml | 4 ++-- infrastructure/eid-wallet/src-tauri/tauri.conf.json | 4 ++-- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/infrastructure/eid-wallet/package.json b/infrastructure/eid-wallet/package.json index 5595bba95..0ab67d7a7 100644 --- a/infrastructure/eid-wallet/package.json +++ b/infrastructure/eid-wallet/package.json @@ -1,6 +1,6 @@ { "name": "eid-wallet", - "version": "1.1.1", + "version": "1.2.0", "description": "", "type": "module", "scripts": { diff --git a/infrastructure/eid-wallet/src-tauri/Cargo.lock b/infrastructure/eid-wallet/src-tauri/Cargo.lock index 0ab44311f..3d3de63dc 100644 --- a/infrastructure/eid-wallet/src-tauri/Cargo.lock +++ b/infrastructure/eid-wallet/src-tauri/Cargo.lock @@ -948,7 +948,7 @@ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" [[package]] name = "eid-wallet" -version = "1.1.1" +version = "1.2.0" dependencies = [ "argon2", "rand_core 0.6.4", diff --git a/infrastructure/eid-wallet/src-tauri/Cargo.toml b/infrastructure/eid-wallet/src-tauri/Cargo.toml index ad02aaf23..df50ff9ff 100644 --- a/infrastructure/eid-wallet/src-tauri/Cargo.toml +++ b/infrastructure/eid-wallet/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eid-wallet" -version = "1.1.1" +version = "1.2.0" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj index 8aa1c5de3..c74d79bad 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj +++ b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet.xcodeproj/project.pbxproj @@ -388,7 +388,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = "eid-wallet_iOS/eid-wallet_iOS.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1.1.1.1; + CURRENT_PROJECT_VERSION = 1.2.0.1; DEVELOPMENT_TEAM = M49C8XS835; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64; @@ -415,8 +415,8 @@ "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)", ); - MARKETING_VERSION = 1.1.1; - PRODUCT_BUNDLE_IDENTIFIER = "foundation.metastate.eid-wallet"; + MARKETING_VERSION = 1.2.0; + PRODUCT_BUNDLE_IDENTIFIER = foundation.metastate.eid-wallet; PRODUCT_NAME = "eID for W3DS"; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -436,7 +436,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CODE_SIGN_ENTITLEMENTS = "eid-wallet_iOS/eid-wallet_iOS.entitlements"; CODE_SIGN_IDENTITY = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1.1.1.1; + CURRENT_PROJECT_VERSION = 1.2.0.1; DEVELOPMENT_TEAM = M49C8XS835; ENABLE_BITCODE = NO; "EXCLUDED_ARCHS[sdk=iphoneos*]" = x86_64; @@ -463,8 +463,8 @@ "$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)", "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)", ); - MARKETING_VERSION = 1.1.1; - PRODUCT_BUNDLE_IDENTIFIER = "foundation.metastate.eid-wallet"; + MARKETING_VERSION = 1.2.0; + PRODUCT_BUNDLE_IDENTIFIER = foundation.metastate.eid-wallet; PRODUCT_NAME = "eID for W3DS"; SDKROOT = iphoneos; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet_iOS/Info.plist b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet_iOS/Info.plist index 65eb46a89..861706c1b 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet_iOS/Info.plist +++ b/infrastructure/eid-wallet/src-tauri/gen/apple/eid-wallet_iOS/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.1.1 + 1.2.0 CFBundleURLTypes @@ -28,7 +28,7 @@ CFBundleVersion - 1.1.1.1 + 1.2.0.1 LSRequiresIPhoneOS NSAppTransportSecurity @@ -61,4 +61,4 @@ UIInterfaceOrientationLandscapeRight - + \ No newline at end of file diff --git a/infrastructure/eid-wallet/src-tauri/gen/apple/project.yml b/infrastructure/eid-wallet/src-tauri/gen/apple/project.yml index 347be53a8..34d3e88f5 100644 --- a/infrastructure/eid-wallet/src-tauri/gen/apple/project.yml +++ b/infrastructure/eid-wallet/src-tauri/gen/apple/project.yml @@ -51,8 +51,8 @@ targets: - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - CFBundleShortVersionString: 1.1.1 - CFBundleVersion: 1.1.1.1 + CFBundleShortVersionString: 1.2.0 + CFBundleVersion: 1.2.0.1 entitlements: path: eid-wallet_iOS/eid-wallet_iOS.entitlements scheme: diff --git a/infrastructure/eid-wallet/src-tauri/tauri.conf.json b/infrastructure/eid-wallet/src-tauri/tauri.conf.json index 197629bef..cd118a25e 100644 --- a/infrastructure/eid-wallet/src-tauri/tauri.conf.json +++ b/infrastructure/eid-wallet/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "eID for W3DS", - "version": "1.1.1", + "version": "1.2.0", "identifier": "foundation.metastate.eid-wallet", "build": { "beforeDevCommand": "pnpm dev", @@ -29,7 +29,7 @@ "active": true, "targets": "all", "android": { - "versionCode": 31 + "versionCode": 32 }, "icon": [ "icons/32x32.png",