Skip to content

Commit 5877334

Browse files
committed
v0.1.3
1 parent a6c4af3 commit 5877334

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ android {
110110
applicationId "com.routstr.localplusplus"
111111
minSdkVersion rootProject.ext.minSdkVersion
112112
targetSdkVersion rootProject.ext.targetSdkVersion
113-
versionCode 12
114-
versionName "0.1.2"
113+
versionCode 13
114+
versionName "0.1.3"
115115
}
116116
signingConfigs {
117117
debug {

ios/LocalPlusPlus.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@
494494
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
495495
CLANG_ENABLE_MODULES = YES;
496496
CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
497-
CURRENT_PROJECT_VERSION = 12;
497+
CURRENT_PROJECT_VERSION = 13;
498498
DEVELOPMENT_TEAM = YLK778Z528;
499499
ENABLE_BITCODE = NO;
500500
INFOPLIST_FILE = LocalPlusPlus/Info.plist;
@@ -505,7 +505,7 @@
505505
"$(inherited)",
506506
"@executable_path/Frameworks",
507507
);
508-
MARKETING_VERSION = 0.1.2;
508+
MARKETING_VERSION = 0.1.3;
509509
OTHER_LDFLAGS = (
510510
"$(inherited)",
511511
"-ObjC",
@@ -529,7 +529,7 @@
529529
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
530530
CLANG_ENABLE_MODULES = YES;
531531
CODE_SIGN_ENTITLEMENTS = LocalPlusPlus/LocalPlusPlus.entitlements;
532-
CURRENT_PROJECT_VERSION = 12;
532+
CURRENT_PROJECT_VERSION = 13;
533533
DEVELOPMENT_TEAM = YLK778Z528;
534534
INFOPLIST_FILE = LocalPlusPlus/Info.plist;
535535
INFOPLIST_KEY_CFBundleDisplayName = "Local++";
@@ -539,7 +539,7 @@
539539
"$(inherited)",
540540
"@executable_path/Frameworks",
541541
);
542-
MARKETING_VERSION = 0.1.2;
542+
MARKETING_VERSION = 0.1.3;
543543
OTHER_LDFLAGS = (
544544
"$(inherited)",
545545
"-ObjC",

ios/LocalPlusPlus/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.2</string>
20+
<string>0.1.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>12</string>
24+
<string>13</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSAppTransportSecurity</key>

ios/LocalPlusPlusTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.1.2</string>
18+
<string>0.1.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>12</string>
22+
<string>13</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LocalPlusPlus",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

0 commit comments

Comments
 (0)