Skip to content

Commit b89f098

Browse files
committed
chore: bump versions
1 parent d8be070 commit b89f098

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "to.pubky.ring"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 17
86-
versionName "1.12"
85+
versionCode 18
86+
versionName "1.13"
8787
}
8888

8989
signingConfigs {

ios/pubkyring.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
buildSettings = {
284284
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
285285
CLANG_ENABLE_MODULES = YES;
286-
CURRENT_PROJECT_VERSION = 2;
286+
CURRENT_PROJECT_VERSION = 3;
287287
DEVELOPMENT_TEAM = KYH47R284B;
288288
ENABLE_BITCODE = NO;
289289
INFOPLIST_FILE = pubkyring/Info.plist;
@@ -314,7 +314,7 @@
314314
buildSettings = {
315315
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
316316
CLANG_ENABLE_MODULES = YES;
317-
CURRENT_PROJECT_VERSION = 2;
317+
CURRENT_PROJECT_VERSION = 3;
318318
DEVELOPMENT_TEAM = KYH47R284B;
319319
INFOPLIST_FILE = pubkyring/Info.plist;
320320
INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring";

0 commit comments

Comments
 (0)