Skip to content

Commit 7fc32f8

Browse files
bump version number to 1.3.0
update changelog
1 parent 0202424 commit 7fc32f8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Quests.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@
871871
"@executable_path/../Frameworks",
872872
);
873873
MACOSX_DEPLOYMENT_TARGET = 10.14;
874-
MARKETING_VERSION = 1.2.4;
874+
MARKETING_VERSION = 1.3.0;
875875
PRODUCT_BUNDLE_IDENTIFIER = com.steamclock.quests;
876876
PRODUCT_NAME = "$(TARGET_NAME)";
877877
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -898,7 +898,7 @@
898898
"@executable_path/../Frameworks",
899899
);
900900
MACOSX_DEPLOYMENT_TARGET = 10.14;
901-
MARKETING_VERSION = 1.2.4;
901+
MARKETING_VERSION = 1.3.0;
902902
PRODUCT_BUNDLE_IDENTIFIER = com.steamclock.quests;
903903
PRODUCT_NAME = "$(TARGET_NAME)";
904904
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -978,7 +978,7 @@
978978
"@executable_path/../Frameworks",
979979
);
980980
MACOSX_DEPLOYMENT_TARGET = 10.14;
981-
MARKETING_VERSION = 1.2.4;
981+
MARKETING_VERSION = 1.3.0;
982982
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DINTERNAL";
983983
PRODUCT_BUNDLE_IDENTIFIER = "com.steamclock.quests-beta";
984984
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";
@@ -1090,7 +1090,7 @@
10901090
"@executable_path/../Frameworks",
10911091
);
10921092
MACOSX_DEPLOYMENT_TARGET = 10.14;
1093-
MARKETING_VERSION = 1.2.4;
1093+
MARKETING_VERSION = 1.3.0;
10941094
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" -DINTERNAL";
10951095
PRODUCT_BUNDLE_IDENTIFIER = "com.steamclock.quests-beta";
10961096
PRODUCT_MODULE_NAME = "$(PRODUCT_NAME:c99extidentifier)";

Quests/Supporting Files/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## UNRELEASED
1+
## [1.3.0] - 4-4-22
2+
- Fixed as issue with the toggle button in the Settings repository list not considering all repos.
3+
- Fixed an issue with the menu label color not updating after switching system appearance.
24
- Only reload the batsignal message every hour instead of every time tickets are checked.
35

46
## [1.2.4] - 9-6-21
@@ -7,11 +9,9 @@
79
## [1.2.3] - 7-4-21
810
- Add logo and thanks to the open source community to the about page.
911

10-
1112
## [1.2.2] - 18-1-21
1213
- Added a bunch of logging around ticket requests to try and track down increased CPU usage for some users.
1314

14-
1515
## [1.2.1] - 5-1-21
1616
- Fixed an issue that was preventing Valet from storing or retrieving tokens.
1717

0 commit comments

Comments
 (0)