Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ming1016 committed Feb 10, 2022
1 parent 2284fef commit 4a44230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SwiftPamphletApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.starming.SwiftPamphletApp;
PRODUCT_NAME = "戴铭的Swift小册子";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1428,7 +1428,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 4.0;
MARKETING_VERSION = 4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.starming.SwiftPamphletApp;
PRODUCT_NAME = "戴铭的Swift小册子";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
2 changes: 1 addition & 1 deletion SwiftPamphletApp/IntroView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct IntroView: View {
.frame(width: 120, height: 120)
Text("戴铭的 Swift 小册子").bold().font(.largeTitle)
Text("一本活的 Swift 手册")
Text("版本4.0").font(.footnote)
Text("版本4.1").font(.footnote)
}
.frame(minWidth: SPC.detailMinWidth)
}
Expand Down

0 comments on commit 4a44230

Please sign in to comment.