Skip to content

Commit a0bf481

Browse files
committed
Bump version to v0.11.6
Signed-off-by: James Chien <shc261392@gmail.com>
1 parent a40239d commit a0bf481

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "tw.mydata.mylog14"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 18
11-
versionName "0.11.5"
10+
versionCode 19
11+
versionName "0.11.6"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

ios/App/App.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,12 @@
345345
buildSettings = {
346346
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
347347
CODE_SIGN_STYLE = Automatic;
348-
CURRENT_PROJECT_VERSION = 8;
348+
CURRENT_PROJECT_VERSION = 19;
349349
DEVELOPMENT_TEAM = 42JPXVRNT4;
350350
INFOPLIST_FILE = App/Info.plist;
351351
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
352352
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
353-
MARKETING_VERSION = 0.8.0;
353+
MARKETING_VERSION = 0.11.6;
354354
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
355355
PRODUCT_BUNDLE_IDENTIFIER = tw.mydatatw.mylog14;
356356
PRODUCT_NAME = MyLog14;
@@ -366,12 +366,12 @@
366366
buildSettings = {
367367
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
368368
CODE_SIGN_STYLE = Automatic;
369-
CURRENT_PROJECT_VERSION = 18;
369+
CURRENT_PROJECT_VERSION = 19;
370370
DEVELOPMENT_TEAM = 42JPXVRNT4;
371371
INFOPLIST_FILE = App/Info.plist;
372372
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
373373
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
374-
MARKETING_VERSION = 0.11.5;
374+
MARKETING_VERSION = 0.11.6;
375375
PRODUCT_BUNDLE_IDENTIFIER = tw.mydatatw.mylog14;
376376
PRODUCT_NAME = MyLog14;
377377
SWIFT_ACTIVE_COMPILATION_CONDITIONS = USE_PUSH;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mylog",
3-
"version": "0.11.5",
3+
"version": "0.11.6",
44
"author": "Ionic Framework",
55
"homepage": "https://ionicframework.com/",
66
"scripts": {
@@ -83,4 +83,4 @@
8383
"@numbersprotocol/private-coupon": "0.0.4"
8484
},
8585
"description": "An Ionic project"
86-
}
86+
}

0 commit comments

Comments
 (0)