Skip to content

Commit

Permalink
build(Version): update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjenny committed May 29, 2023
1 parent 2bc8693 commit 961492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SoliArt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.SoliArt.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -701,7 +701,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = renaud.jenny.SoliArt.1;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion SoliArt/SoliArtApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SwiftUICardGame
struct SoliArtApp: SwiftUI.App {
var body: some Scene {
WindowGroup {
AppView(store: Store(initialState: .almostFinishedGame, reducer: App()))
AppView(store: Store(initialState: App.State(), reducer: App()))
}
}
}

0 comments on commit 961492a

Please sign in to comment.