Skip to content

Commit b8102e8

Browse files
committed
Bump version to v0.12.0
Signed-off-by: James Chien <shc261392@gmail.com>
1 parent 51c6811 commit b8102e8

4 files changed

Lines changed: 9 additions & 9 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 22
11-
versionName "0.11.6"
10+
versionCode 23
11+
versionName "0.12.0"
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
@@ -361,12 +361,12 @@
361361
buildSettings = {
362362
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
363363
CODE_SIGN_STYLE = Automatic;
364-
CURRENT_PROJECT_VERSION = 23;
364+
CURRENT_PROJECT_VERSION = 24;
365365
DEVELOPMENT_TEAM = 42JPXVRNT4;
366366
INFOPLIST_FILE = App/Info.plist;
367367
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
368368
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
369-
MARKETING_VERSION = 0.11.6;
369+
MARKETING_VERSION = 0.12.0;
370370
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
371371
PRODUCT_BUNDLE_IDENTIFIER = tw.mydatatw.mylog14;
372372
PRODUCT_NAME = MyLog14;
@@ -382,12 +382,12 @@
382382
buildSettings = {
383383
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
384384
CODE_SIGN_STYLE = Automatic;
385-
CURRENT_PROJECT_VERSION = 23;
385+
CURRENT_PROJECT_VERSION = 24;
386386
DEVELOPMENT_TEAM = 42JPXVRNT4;
387387
INFOPLIST_FILE = App/Info.plist;
388388
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
389389
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
390-
MARKETING_VERSION = 0.11.6;
390+
MARKETING_VERSION = 0.12.0;
391391
PRODUCT_BUNDLE_IDENTIFIER = tw.mydatatw.mylog14;
392392
PRODUCT_NAME = MyLog14;
393393
SWIFT_ACTIVE_COMPILATION_CONDITIONS = USE_PUSH;

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mylog",
3-
"version": "0.11.6",
3+
"version": "0.12.0",
44
"author": "Ionic Framework",
55
"homepage": "https://ionicframework.com/",
66
"scripts": {
@@ -91,4 +91,4 @@
9191
"phonegap-plugin-barcodescanner": {}
9292
}
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)