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

Commit e02e625

Browse files
committed
0.12.0
1 parent afd9c0a commit e02e625

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 18
103-
versionName "0.11.2"
102+
versionCode 19
103+
versionName "0.12.0"
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
@@ -1239,7 +1239,7 @@
12391239
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12401240
CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
12411241
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1242-
CURRENT_PROJECT_VERSION = 18;
1242+
CURRENT_PROJECT_VERSION = 19;
12431243
DEAD_CODE_STRIPPING = NO;
12441244
DEVELOPMENT_TEAM = J3UB9EZTMU;
12451245
HEADER_SEARCH_PATHS = (
@@ -1269,7 +1269,7 @@
12691269
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
12701270
CODE_SIGN_ENTITLEMENTS = ghubber/ghubber.entitlements;
12711271
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1272-
CURRENT_PROJECT_VERSION = 18;
1272+
CURRENT_PROJECT_VERSION = 19;
12731273
DEVELOPMENT_TEAM = J3UB9EZTMU;
12741274
HEADER_SEARCH_PATHS = (
12751275
"$(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.2</string>
20+
<string>0.12.0</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>18</string>
37+
<string>19</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.2</string>
18+
<string>0.12.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>18</string>
22+
<string>19</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.2",
3+
"version": "0.12.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache",

0 commit comments

Comments
 (0)