Skip to content

Commit c746f75

Browse files
committed
v0.0.2
1 parent 6f2ec1f commit c746f75

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
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 1
114-
versionName "1.0"
113+
versionCode 2
114+
versionName "0.0.2"
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 = 1;
497+
CURRENT_PROJECT_VERSION = 2;
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;
508+
MARKETING_VERSION = 0.0.2;
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 = 1;
532+
CURRENT_PROJECT_VERSION = 2;
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;
542+
MARKETING_VERSION = 0.0.2;
543543
OTHER_LDFLAGS = (
544544
"$(inherited)",
545545
"-ObjC",

ios/LocalPlusPlus/Info.plist

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>$(MARKETING_VERSION)</string>
20+
<string>0.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>$(CURRENT_PROJECT_VERSION)</string>
24+
<string>1</string>
2525
<key>LSRequiresIPhoneOS</key>
26-
<true/>
26+
<true />
2727
<key>NSAppTransportSecurity</key>
2828
<dict>
2929
<key>NSAllowsArbitraryLoads</key>
30-
<false/>
30+
<false />
3131
<key>NSAllowsLocalNetworking</key>
32-
<true/>
32+
<true />
3333
</dict>
3434
<key>NSLocationWhenInUseUsageDescription</key>
35-
<string></string>
35+
<string />
3636
<key>NSMicrophoneUsageDescription</key>
3737
<string>This app may use the microphone to enable voice input features for AI interactions.</string>
3838
<key>UIAppFonts</key>
@@ -60,6 +60,6 @@
6060
<string>UIInterfaceOrientationPortraitUpsideDown</string>
6161
</array>
6262
<key>UIViewControllerBasedStatusBarAppearance</key>
63-
<false/>
63+
<false />
6464
</dict>
6565
</plist>

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>1.0</string>
18+
<string>0.0.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
</dict>
2424
</plist>

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "LocalPlusPlus",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -63,4 +63,4 @@
6363
"engines": {
6464
"node": ">=18"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)