Skip to content

Commit 834a014

Browse files
v1.3.6
1 parent bef03de commit 834a014

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 24
89-
versionName "1.3.5"
88+
versionCode 25
89+
versionName "1.3.6"
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
@@ -616,7 +616,7 @@
616616
"$(inherited)",
617617
"@executable_path/Frameworks",
618618
);
619-
MARKETING_VERSION = 1.3.5;
619+
MARKETING_VERSION = 1.3.6;
620620
OTHER_LDFLAGS = (
621621
"$(inherited)",
622622
"-ObjC",
@@ -648,7 +648,7 @@
648648
"$(inherited)",
649649
"@executable_path/Frameworks",
650650
);
651-
MARKETING_VERSION = 1.3.5;
651+
MARKETING_VERSION = 1.3.6;
652652
OTHER_LDFLAGS = (
653653
"$(inherited)",
654654
"-ObjC",

0 commit comments

Comments
 (0)