Skip to content

Commit 75c3c6e

Browse files
v1.3.4
1 parent 6848c5c commit 75c3c6e

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
@@ -85,8 +85,8 @@ android {
8585
applicationId "com.p2devs.inknest"
8686
minSdkVersion rootProject.ext.minSdkVersion
8787
targetSdkVersion rootProject.ext.targetSdkVersion
88-
versionCode 22
89-
versionName "1.3.3"
88+
versionCode 23
89+
versionName "1.3.4"
9090

9191
// Increase memory allocated to Gradle
9292
dexOptions {

ios/InkNest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
"$(inherited)",
613613
"@executable_path/Frameworks",
614614
);
615-
MARKETING_VERSION = 1.3.3;
615+
MARKETING_VERSION = 1.3.4;
616616
OTHER_LDFLAGS = (
617617
"$(inherited)",
618618
"-ObjC",
@@ -644,7 +644,7 @@
644644
"$(inherited)",
645645
"@executable_path/Frameworks",
646646
);
647-
MARKETING_VERSION = 1.3.3;
647+
MARKETING_VERSION = 1.3.4;
648648
OTHER_LDFLAGS = (
649649
"$(inherited)",
650650
"-ObjC",

0 commit comments

Comments
 (0)