Skip to content

Commit

Permalink
Bump app version to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
youniaogu committed Jul 16, 2022
1 parent 89d17b4 commit 092f57d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ android {
applicationId "com.mangareader"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "0.1.6"
versionCode 8
versionName "0.1.7"
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()

if (isNewArchitectureEnabled()) {
Expand Down
8 changes: 4 additions & 4 deletions ios/MangaReader.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -493,15 +493,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = VAL2KK2S94;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = MangaReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -521,14 +521,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 7;
CURRENT_PROJECT_VERSION = 8;
DEVELOPMENT_TEAM = VAL2KK2S94;
INFOPLIST_FILE = MangaReader/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.6;
MARKETING_VERSION = 0.1.7;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mangareader",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 092f57d

Please sign in to comment.