Skip to content

Commit

Permalink
Update version number to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphanna committed Oct 3, 2024
1 parent 351c323 commit 274ff07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RU-Eating.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "alexphanna.RU-Eating";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -404,7 +404,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.1.1;
MARKETING_VERSION = 1.2;
PRODUCT_BUNDLE_IDENTIFIER = "alexphanna.RU-Eating";
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion RU-Eating/Views/SettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct SettingsView : View {
} header: {
Text("Feedback")
} footer: {
Text("App Version: 1.1.1")
Text("App Version: 1.2")
.frame(maxWidth: .infinity, alignment: .center)
}
}
Expand Down

0 comments on commit 274ff07

Please sign in to comment.