Skip to content

Commit aab7381

Browse files
committed
Merge branch 'main' into next
2 parents 676a27c + a64da8f commit aab7381

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ android {
145145
applicationId "com.litten"
146146
minSdkVersion rootProject.ext.minSdkVersion
147147
targetSdkVersion rootProject.ext.targetSdkVersion
148-
versionCode 14
149-
versionName "1.1.0"
148+
versionCode 15
149+
versionName "1.2.0-rc.2"
150150
multiDexEnabled true
151151
vectorDrawables.useSupportLibrary = true
152152
// Read the API key from ./secure.properties into R.string.maps_api_key

ios/litten.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
559559
CODE_SIGN_IDENTITY = "Apple Development";
560560
CODE_SIGN_STYLE = Automatic;
561-
CURRENT_PROJECT_VERSION = 14;
561+
CURRENT_PROJECT_VERSION = 15;
562562
DEVELOPMENT_TEAM = P5MX362AFR;
563563
ENABLE_BITCODE = NO;
564564
GCC_PREPROCESSOR_DEFINITIONS = (
@@ -662,7 +662,7 @@
662662
CODE_SIGN_ENTITLEMENTS = litten/litten.entitlements;
663663
CODE_SIGN_IDENTITY = "Apple Distribution: Joao Carmo (P5MX362AFR)";
664664
CODE_SIGN_STYLE = Manual;
665-
CURRENT_PROJECT_VERSION = 14;
665+
CURRENT_PROJECT_VERSION = 15;
666666
DEVELOPMENT_TEAM = P5MX362AFR;
667667
HEADER_SEARCH_PATHS = (
668668
"$(inherited)",

ios/litten/Info.plist

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundlePackageType</key>
2222
<string>APPL</string>
2323
<key>CFBundleShortVersionString</key>
24-
<string>1.1.0</string>
24+
<string>1.2.0</string>
2525
<key>CFBundleSignature</key>
2626
<string>????</string>
2727
<key>CFBundleURLTypes</key>
@@ -38,9 +38,9 @@
3838
</dict>
3939
</array>
4040
<key>CFBundleVersion</key>
41-
<string>14</string>
41+
<string>15</string>
4242
<key>ITSAppUsesNonExemptEncryption</key>
43-
<false/>
43+
<false />
4444
<key>LSApplicationQueriesSchemes</key>
4545
<array>
4646
<string>https</string>
@@ -50,17 +50,17 @@
5050
<string>tel</string>
5151
</array>
5252
<key>LSRequiresIPhoneOS</key>
53-
<true/>
53+
<true />
5454
<key>NSAppTransportSecurity</key>
5555
<dict>
5656
<key>NSAllowsArbitraryLoads</key>
57-
<true/>
57+
<true />
5858
<key>NSExceptionDomains</key>
5959
<dict>
6060
<key>localhost</key>
6161
<dict>
6262
<key>NSExceptionAllowsInsecureHTTPLoads</key>
63-
<true/>
63+
<true />
6464
</dict>
6565
</dict>
6666
</dict>
@@ -92,6 +92,6 @@
9292
<string>UIInterfaceOrientationPortrait</string>
9393
</array>
9494
<key>UIViewControllerBasedStatusBarAppearance</key>
95-
<false/>
95+
<false />
9696
</dict>
9797
</plist>

ios/littenTests/Info.plist

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "litten",
33
"description": "Finding new friends for furry friends",
4-
"version": "1.1.0",
4+
"version": "1.2.0-rc.2",
55
"private": true,
66
"main": "./index.js",
77
"directories": {

0 commit comments

Comments
 (0)