Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

Commit 55e08b1

Browse files
committed
0.11.2
1 parent 374a769 commit 55e08b1

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ android {
9999
applicationId "com.ghubber"
100100
minSdkVersion 16
101101
targetSdkVersion 22
102-
versionCode 17
103-
versionName "0.11.1"
102+
versionCode 18
103+
versionName "0.11.2"
104104

105105
ndk {
106106
abiFilters "armeabi-v7a", "x86"

ios/ghubber.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11321132
CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
11331133
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1134-
CURRENT_PROJECT_VERSION = 17;
1134+
CURRENT_PROJECT_VERSION = 18;
11351135
DEAD_CODE_STRIPPING = NO;
11361136
DEVELOPMENT_TEAM = 6C9GJM4M9M;
11371137
HEADER_SEARCH_PATHS = (
@@ -1160,7 +1160,7 @@
11601160
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
11611161
CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
11621162
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1163-
CURRENT_PROJECT_VERSION = 17;
1163+
CURRENT_PROJECT_VERSION = 18;
11641164
DEVELOPMENT_TEAM = 6C9GJM4M9M;
11651165
HEADER_SEARCH_PATHS = (
11661166
"$(inherited)",

ios/ghubber/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.11.1</string>
20+
<string>0.11.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleURLTypes</key>
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>17</string>
37+
<string>18</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string>public.app-category.developer-tools</string>
4040
<key>LSRequiresIPhoneOS</key>

ios/ghubberTests/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.11.1</string>
18+
<string>0.11.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
</dict>
2424
</plist>

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "ghubber",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",

0 commit comments

Comments
 (0)