Skip to content

Commit 4cf6199

Browse files
Merge pull request #122 from pubky/chore/bump-versions
chore: bump and realign versions
2 parents 4ac4236 + 0446ccf commit 4cf6199

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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 5
86-
versionName "1.1"
85+
versionCode 1
86+
versionName "1.2"
8787
}
8888

8989
signingConfigs {

ios/pubkyring.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
buildSettings = {
290290
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291291
CLANG_ENABLE_MODULES = YES;
292-
CURRENT_PROJECT_VERSION = 2;
292+
CURRENT_PROJECT_VERSION = 1;
293293
DEVELOPMENT_TEAM = KYH47R284B;
294294
ENABLE_BITCODE = NO;
295295
INFOPLIST_FILE = pubkyring/Info.plist;
@@ -300,7 +300,7 @@
300300
"$(inherited)",
301301
"@executable_path/Frameworks",
302302
);
303-
MARKETING_VERSION = 0.2;
303+
MARKETING_VERSION = 0.3;
304304
OTHER_LDFLAGS = (
305305
"$(inherited)",
306306
"-ObjC",
@@ -320,7 +320,7 @@
320320
buildSettings = {
321321
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
322322
CLANG_ENABLE_MODULES = YES;
323-
CURRENT_PROJECT_VERSION = 2;
323+
CURRENT_PROJECT_VERSION = 1;
324324
DEVELOPMENT_TEAM = KYH47R284B;
325325
INFOPLIST_FILE = pubkyring/Info.plist;
326326
INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring";
@@ -330,7 +330,7 @@
330330
"$(inherited)",
331331
"@executable_path/Frameworks",
332332
);
333-
MARKETING_VERSION = 0.2;
333+
MARKETING_VERSION = 0.3;
334334
OTHER_LDFLAGS = (
335335
"$(inherited)",
336336
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubkyring",
3-
"version": "0.0.4",
3+
"version": "0.0.17",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)