Skip to content

Commit f4e51dd

Browse files
committed
v16.4.4
1 parent 50853af commit f4e51dd

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ android {
3737
applicationId "io.robertying.learnx"
3838
minSdk rootProject.ext.minSdkVersion
3939
targetSdk rootProject.ext.targetSdkVersion
40-
versionCode 9204430
41-
versionName "16.4.3"
40+
versionCode 9204440
41+
versionName "16.4.4"
4242
}
4343

4444
androidResources {

ios/learnX.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@
512512
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
513513
CODE_SIGN_IDENTITY = "Apple Development";
514514
CODE_SIGN_STYLE = Automatic;
515-
CURRENT_PROJECT_VERSION = 4430;
515+
CURRENT_PROJECT_VERSION = 4440;
516516
DEAD_CODE_STRIPPING = YES;
517517
DEVELOPMENT_TEAM = G896QC26MC;
518518
ENABLE_BITCODE = NO;
@@ -529,7 +529,7 @@
529529
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
530530
"$(inherited)",
531531
);
532-
MARKETING_VERSION = 16.4.3;
532+
MARKETING_VERSION = 16.4.4;
533533
OTHER_LDFLAGS = (
534534
"$(inherited)",
535535
"-ObjC",
@@ -559,7 +559,7 @@
559559
CODE_SIGN_ENTITLEMENTS = learnX/learnX.entitlements;
560560
CODE_SIGN_IDENTITY = "Apple Development";
561561
CODE_SIGN_STYLE = Automatic;
562-
CURRENT_PROJECT_VERSION = 4430;
562+
CURRENT_PROJECT_VERSION = 4440;
563563
DEAD_CODE_STRIPPING = YES;
564564
DEVELOPMENT_TEAM = G896QC26MC;
565565
INFOPLIST_FILE = learnX/Info.plist;
@@ -575,7 +575,7 @@
575575
"$(SDKROOT)/System/iOSSupport/usr/lib/swift",
576576
"$(inherited)",
577577
);
578-
MARKETING_VERSION = 16.4.3;
578+
MARKETING_VERSION = 16.4.4;
579579
OTHER_LDFLAGS = (
580580
"$(inherited)",
581581
"-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.4.3",
3+
"version": "16.4.4",
44
"private": true,
55
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
66
"scripts": {

0 commit comments

Comments
 (0)