Skip to content

Commit

Permalink
chore: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Feb 28, 2024
1 parent 7e23572 commit d2fc3f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ val keystoreExits = keystorePropertiesFile.exists()
android {
namespace = "club.nito.app"
defaultConfig {
versionCode = 11
versionName = "0.6.0"
versionCode = 12
versionName = "0.7.0"
}
signingConfigs {
create("dev") {
Expand Down
16 changes: 8 additions & 8 deletions app/ios/App/Nito/Nito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Prod/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -388,7 +388,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -404,7 +404,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Prod/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -422,7 +422,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -438,7 +438,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Dev/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -455,7 +455,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -471,7 +471,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 8;
CURRENT_PROJECT_VERSION = 9;
DEVELOPMENT_ASSET_PATHS = "\"Dev/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -488,7 +488,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.6.0;
MARKETING_VERSION = 0.7.0;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit d2fc3f4

Please sign in to comment.