Skip to content

Commit cd1ab69

Browse files
committed
v16.2.3
1 parent 562b0fd commit cd1ab69

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
@@ -32,8 +32,8 @@ android {
3232
minSdkVersion rootProject.ext.minSdkVersion
3333
targetSdkVersion rootProject.ext.targetSdkVersion
3434
compileSdk rootProject.ext.compileSdkVersion
35-
versionCode 9204022
36-
versionName "16.2.2"
35+
versionCode 9204230
36+
versionName "16.2.3"
3737
}
3838

3939
splits {

ios/learnX.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@
524524
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
525525
CODE_SIGN_IDENTITY = "Apple Development";
526526
CODE_SIGN_STYLE = Automatic;
527-
CURRENT_PROJECT_VERSION = 4022;
527+
CURRENT_PROJECT_VERSION = 4230;
528528
DEAD_CODE_STRIPPING = YES;
529529
DEVELOPMENT_TEAM = G896QC26MC;
530530
ENABLE_BITCODE = NO;
@@ -541,7 +541,7 @@
541541
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
542542
"$(inherited)",
543543
);
544-
MARKETING_VERSION = 16.2.2;
544+
MARKETING_VERSION = 16.2.3;
545545
OTHER_LDFLAGS = (
546546
"$(inherited)",
547547
"-ObjC",
@@ -571,7 +571,7 @@
571571
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
572572
CODE_SIGN_IDENTITY = "Apple Development";
573573
CODE_SIGN_STYLE = Automatic;
574-
CURRENT_PROJECT_VERSION = 4022;
574+
CURRENT_PROJECT_VERSION = 4230;
575575
DEAD_CODE_STRIPPING = YES;
576576
DEVELOPMENT_TEAM = G896QC26MC;
577577
INFOPLIST_FILE = learnX/Info.plist;
@@ -587,7 +587,7 @@
587587
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
588588
"$(inherited)",
589589
);
590-
MARKETING_VERSION = 16.2.2;
590+
MARKETING_VERSION = 16.2.3;
591591
OTHER_LDFLAGS = (
592592
"$(inherited)",
593593
"-ObjC",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learnX",
3-
"version": "16.2.2",
3+
"version": "16.2.3",
44
"private": true,
55
"packageManager": "[email protected]+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
66
"scripts": {

0 commit comments

Comments
 (0)