Skip to content

Commit

Permalink
🔖 v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Nov 24, 2023
1 parent f661edf commit 725bbd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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 = 3
versionName = "0.2.1"
versionCode = 4
versionName = "0.3.0"
}
signingConfigs {
create("dev") {
Expand Down
8 changes: 4 additions & 4 deletions app/ios/App/Nito/Nito.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 0.3.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -412,7 +412,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 0.3.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -445,7 +445,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 0.3.0;
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev.Debug;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -477,7 +477,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.1.0;
MARKETING_VERSION = 0.3.0;
PRODUCT_BUNDLE_IDENTIFIER = club.nito.App.Dev;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down

0 comments on commit 725bbd6

Please sign in to comment.