Skip to content

Commit

Permalink
ops(Build): 👷 create v1.1.0(1) for AppStore
Browse files Browse the repository at this point in the history
  • Loading branch information
simonberner committed Oct 8, 2021
1 parent 9790a82 commit c4b652b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Memorize21.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.simonberner.Memorize21;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -507,7 +507,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = dev.simonberner.Memorize21;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion Memorize21/InfoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct InfoView: View {
HStack {
Text("Memorize Game")
Spacer()
Text("Version 1.0.0")
Text("Version 1.1.0")
}
.padding()
.background(Color.gray.opacity(0.1))
Expand Down

0 comments on commit c4b652b

Please sign in to comment.