Skip to content

Commit 842b845

Browse files
committed
Merge branch 'release/2.2.1'
2 parents 3838785 + 4740a4c commit 842b845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TodoTxtMac/TTMTask.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ - (TTMTask*)newRecurringTask {
747747
if (_dueDateText == nil) {
748748
numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate:self.thresholdDate andEndDate:[TTMDateUtility today]];
749749
} else if (_dueDateText != nil && _thresholdDateText != nil) {
750-
numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate:self.thresholdDate andEndDate:self.thresholdDate];
750+
numberOfDaysThresholdDateIsBeforeDueDate = [TTMDateUtility daysBetweenDate:self.thresholdDate andEndDate:self.dueDate];
751751
}
752752
if (numberOfDaysThresholdDateIsBeforeDueDate < 0) {
753753
numberOfDaysThresholdDateIsBeforeDueDate = 0;

TodoTxtMac/TodoTxtMac-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>2.2.0</string>
41+
<string>2.2.1</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>
45-
<string>2020</string>
45+
<string>2021</string>
4646
<key>LSApplicationCategoryType</key>
4747
<string>public.app-category.productivity</string>
4848
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)