Skip to content

Commit 09a1784

Browse files
committed
0.1.0
1 parent 5554979 commit 09a1784

File tree

7 files changed

+14
-15
lines changed

7 files changed

+14
-15
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ android {
103103
applicationId "pl.ceburilo"
104104
minSdkVersion 16
105105
targetSdkVersion 22
106-
versionCode 1
107-
versionName "1.0"
106+
versionCode 2
107+
versionName "0.1.0"
108108
ndk {
109109
abiFilters "armeabi-v7a", "x86"
110110
}

ios/CeburiloApp-tvOS/Info.plist

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.1.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>2</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>
@@ -37,9 +37,8 @@
3737
<key>UIViewControllerBasedStatusBarAppearance</key>
3838
<false/>
3939
<key>NSLocationWhenInUseUsageDescription</key>
40-
<string></string>
40+
<string/>
4141
<key>NSAppTransportSecurity</key>
42-
<!--See http://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/ -->
4342
<dict>
4443
<key>NSExceptionDomains</key>
4544
<dict>

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

ios/CeburiloApp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@
12871287
isa = XCBuildConfiguration;
12881288
buildSettings = {
12891289
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1290-
CURRENT_PROJECT_VERSION = 1;
1290+
CURRENT_PROJECT_VERSION = 2;
12911291
DEAD_CODE_STRIPPING = NO;
12921292
INFOPLIST_FILE = CeburiloApp/Info.plist;
12931293
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
@@ -1310,7 +1310,7 @@
13101310
isa = XCBuildConfiguration;
13111311
buildSettings = {
13121312
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
1313-
CURRENT_PROJECT_VERSION = 1;
1313+
CURRENT_PROJECT_VERSION = 2;
13141314
INFOPLIST_FILE = CeburiloApp/Info.plist;
13151315
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
13161316
OTHER_LDFLAGS = (

ios/CeburiloApp/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>1.0</string>
20+
<string>0.1.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1</string>
24+
<string>2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>UILaunchStoryboardName</key>

ios/CeburiloAppTests/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.1.0</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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CeburiloApp",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"devDependencies": {
66
"babel-eslint": "^8.2.3",

0 commit comments

Comments
 (0)