Skip to content

Commit

Permalink
🔖 v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Dec 6, 2023
1 parent a966cfb commit 61b4908
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 = 8
versionName = "0.4.0"
versionCode = 9
versionName = "0.4.1"
}
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 @@ -360,7 +360,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Prod/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -378,7 +378,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -394,7 +394,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Prod/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -412,7 +412,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -428,7 +428,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Dev/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -445,7 +445,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -460,7 +460,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 5;
CURRENT_PROJECT_VERSION = 6;
DEVELOPMENT_ASSET_PATHS = "\"Dev/Preview Content\"";
DEVELOPMENT_TEAM = V3Y8WJSRKA;
ENABLE_PREVIEWS = YES;
Expand All @@ -477,7 +477,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

0 comments on commit 61b4908

Please sign in to comment.