Skip to content

Commit 8888a50

Browse files
committed
Bump iOS, Android, and Rust versions to v1.2.1
1 parent 450abe2 commit 8888a50

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "org.bitcoinppl.cove"
1414
minSdk = 33
1515
targetSdk = 36
16-
versionCode = 14
17-
versionName = "1.2.0"
16+
versionCode = 15
17+
versionName = "1.2.1"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

ios/Cove.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
307307
CODE_SIGN_IDENTITY = "Apple Development";
308308
CODE_SIGN_STYLE = Automatic;
309-
CURRENT_PROJECT_VERSION = 61;
309+
CURRENT_PROJECT_VERSION = 62;
310310
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
311311
DEVELOPMENT_TEAM = Q8UP8C53Y8;
312312
ENABLE_APP_SANDBOX = YES;
@@ -331,7 +331,7 @@
331331
"$(inherited)",
332332
"@executable_path/Frameworks",
333333
);
334-
MARKETING_VERSION = 1.2.0;
334+
MARKETING_VERSION = 1.2.1;
335335
NEW_SETTING = "";
336336
OTHER_LDFLAGS = "";
337337
PRODUCT_BUNDLE_IDENTIFIER = org.bitcoinppl.cove;
@@ -356,7 +356,7 @@
356356
CODE_SIGN_ENTITLEMENTS = Cove/Cove.entitlements;
357357
CODE_SIGN_IDENTITY = "Apple Development";
358358
CODE_SIGN_STYLE = Automatic;
359-
CURRENT_PROJECT_VERSION = 61;
359+
CURRENT_PROJECT_VERSION = 62;
360360
DEVELOPMENT_ASSET_PATHS = "\"Cove/Preview Content\"";
361361
DEVELOPMENT_TEAM = Q8UP8C53Y8;
362362
ENABLE_APP_SANDBOX = YES;
@@ -381,7 +381,7 @@
381381
"$(inherited)",
382382
"@executable_path/Frameworks",
383383
);
384-
MARKETING_VERSION = 1.2.0;
384+
MARKETING_VERSION = 1.2.1;
385385
NEW_SETTING = "";
386386
OTHER_LDFLAGS = "";
387387
PRODUCT_BUNDLE_IDENTIFIER = org.bitcoinppl.cove;

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cove"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
edition = "2024"
55

66
[lib]

0 commit comments

Comments
 (0)