Skip to content

Commit

Permalink
Reverted v1.3.0 naming to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leathalman committed Dec 28, 2019
1 parent 9e54ab0 commit 8799c3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Jotify.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@
"@executable_path/Frameworks",
);
LD_VERIFY_BITCODE = NO;
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.austinleath.Jotify;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Jotify/Jotify-Bridging-Header.h";
Expand All @@ -806,7 +806,7 @@
"@executable_path/Frameworks",
);
LD_VERIFY_BITCODE = NO;
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.austinleath.Jotify;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Jotify/Jotify-Bridging-Header.h";
Expand Down Expand Up @@ -887,7 +887,7 @@
"@executable_path/Frameworks",
);
LD_VERIFY_BITCODE = NO;
MARKETING_VERSION = 1.3.0;
MARKETING_VERSION = 1.2.1;
PRODUCT_BUNDLE_IDENTIFIER = com.austinleath.Jotify;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Jotify/Jotify-Bridging-Header.h";
Expand Down
2 changes: 1 addition & 1 deletion Jotify/Controller/WriteNoteController+Onboarding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extension WriteNoteController {
func presentUpdateOnboarding(viewController: UIViewController, tintColor: UIColor) {
// Jotify v1.3.0 Onboarding
let whatsNew = WhatsNew(
title: "What's New - v1.3.0",
title: "What's New - v1.2.1",
items: [
WhatsNew.Item(
title: "Major Changes",
Expand Down

0 comments on commit 8799c3d

Please sign in to comment.