Skip to content

Commit 4162c2e

Browse files
committed
v0.3.0
1 parent bb16f7f commit 4162c2e

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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 26
106-
versionCode 6
107-
versionName "0.2.0"
106+
versionCode 7
107+
versionName "0.3.0"
108108
ndk {
109109
abiFilters "armeabi-v7a", "x86"
110110
}

ios/CeburiloApp-tvOS/Info.plist

Lines changed: 2 additions & 2 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>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

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>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</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 = 6;
1290+
CURRENT_PROJECT_VERSION = 7;
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 = 6;
1313+
CURRENT_PROJECT_VERSION = 7;
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>0.2.0</string>
20+
<string>0.3.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>6</string>
24+
<string>7</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>0.2.0</string>
18+
<string>0.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>6</string>
22+
<string>7</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.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"devDependencies": {
66
"babel-eslint": "^8.2.3",

0 commit comments

Comments
 (0)