Skip to content

Commit fffddda

Browse files
committed
chore(release): bump version to
1 parent 6c24871 commit fffddda

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ android {
8989
applicationId "com.pocketpalai"
9090
minSdkVersion rootProject.ext.minSdkVersion
9191
targetSdkVersion rootProject.ext.targetSdkVersion
92-
versionCode 41
93-
versionName "1.6.2"
92+
versionCode 42
93+
versionName "1.6.3"
9494
ndk {
9595
abiFilters "arm64-v8a", "x86_64"
9696
}

ios/PocketPal.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
baseConfigurationReference = 5E01428B4E51E39CBC5D2180 /* Pods-PocketPal-PocketPalTests.debug.xcconfig */;
456456
buildSettings = {
457457
BUNDLE_LOADER = "$(TEST_HOST)";
458-
CURRENT_PROJECT_VERSION = 41;
458+
CURRENT_PROJECT_VERSION = 42;
459459
DEVELOPMENT_TEAM = MYXGXY23Y6;
460460
GCC_PREPROCESSOR_DEFINITIONS = (
461461
"DEBUG=1",
@@ -468,7 +468,7 @@
468468
"@executable_path/Frameworks",
469469
"@loader_path/Frameworks",
470470
);
471-
MARKETING_VERSION = 1.6.2;
471+
MARKETING_VERSION = 1.6.3;
472472
OTHER_LDFLAGS = (
473473
"-ObjC",
474474
"-lc++",
@@ -486,7 +486,7 @@
486486
buildSettings = {
487487
BUNDLE_LOADER = "$(TEST_HOST)";
488488
COPY_PHASE_STRIP = NO;
489-
CURRENT_PROJECT_VERSION = 41;
489+
CURRENT_PROJECT_VERSION = 42;
490490
DEVELOPMENT_TEAM = MYXGXY23Y6;
491491
INFOPLIST_FILE = PocketPalTests/Info.plist;
492492
IPHONEOS_DEPLOYMENT_TARGET = 13.4;
@@ -495,7 +495,7 @@
495495
"@executable_path/Frameworks",
496496
"@loader_path/Frameworks",
497497
);
498-
MARKETING_VERSION = 1.6.2;
498+
MARKETING_VERSION = 1.6.3;
499499
OTHER_LDFLAGS = (
500500
"-ObjC",
501501
"-lc++",
@@ -515,7 +515,7 @@
515515
CLANG_ENABLE_MODULES = YES;
516516
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Development";
517517
CODE_SIGN_STYLE = Manual;
518-
CURRENT_PROJECT_VERSION = 41;
518+
CURRENT_PROJECT_VERSION = 42;
519519
DEVELOPMENT_TEAM = MYXGXY23Y6;
520520
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MYXGXY23Y6;
521521
ENABLE_BITCODE = NO;
@@ -525,7 +525,7 @@
525525
"$(inherited)",
526526
"@executable_path/Frameworks",
527527
);
528-
MARKETING_VERSION = 1.6.2;
528+
MARKETING_VERSION = 1.6.3;
529529
OTHER_CPLUSPLUSFLAGS = (
530530
"$(OTHER_CFLAGS)",
531531
"-DFOLLY_NO_CONFIG",
@@ -562,7 +562,7 @@
562562
CLANG_ENABLE_MODULES = YES;
563563
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "Apple Distribution";
564564
CODE_SIGN_STYLE = Manual;
565-
CURRENT_PROJECT_VERSION = 41;
565+
CURRENT_PROJECT_VERSION = 42;
566566
DEVELOPMENT_TEAM = MYXGXY23Y6;
567567
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MYXGXY23Y6;
568568
INFOPLIST_FILE = PocketPal/Info.plist;
@@ -571,7 +571,7 @@
571571
"$(inherited)",
572572
"@executable_path/Frameworks",
573573
);
574-
MARKETING_VERSION = 1.6.2;
574+
MARKETING_VERSION = 1.6.3;
575575
OTHER_CPLUSPLUSFLAGS = (
576576
"$(OTHER_CFLAGS)",
577577
"-DFOLLY_NO_CONFIG",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "PocketPal",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": true,
55
"scripts": {
66
"prepare": "husky",

0 commit comments

Comments
 (0)