Skip to content

Commit

Permalink
Change version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius committed Dec 8, 2022
1 parent 03ea953 commit 489ebcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions JustTags.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"JustTags/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand All @@ -789,7 +789,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kaphacius.JustTags;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -807,7 +807,7 @@
CODE_SIGN_IDENTITY = "-";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 3;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"JustTags/Preview Content\"";
DEVELOPMENT_TEAM = "";
Expand All @@ -822,7 +822,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
MARKETING_VERSION = 1.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kaphacius.JustTags;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
4 changes: 2 additions & 2 deletions JustTags/Updates/WhatsNewVM.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ struct WhatsNewVM {
extension WhatsNewVM {

static let versions: [String: WhatsNewVM] = [
"1.1": oneOne
"1.1.0": oneOne
]

static let oneOne: WhatsNewVM = .init(
version: "1.1",
version: "1.1.0",
items: [
.init(
iconName: "wand.and.stars.inverse",
Expand Down

0 comments on commit 489ebcd

Please sign in to comment.