Skip to content

Commit 24e95fe

Browse files
committed
v2.11.16
1 parent 2721635 commit 24e95fe

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Modules/Clock/popup.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ private class ClockView: NSStackView {
478478

479479
private func setTZ() {
480480
self.nameField.stringValue = "\(self.clock.name)"
481-
if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }) {
481+
if let tz = Clock.zones.first(where: { $0.key == self.clock.tz }), tz.key != "local" {
482482
self.nameField.stringValue += " (\(tz.value))"
483483
}
484484
}

Stats.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,7 +2841,7 @@
28412841
"@executable_path/../Frameworks",
28422842
);
28432843
MACOSX_DEPLOYMENT_TARGET = 10.15;
2844-
MARKETING_VERSION = 2.11.15;
2844+
MARKETING_VERSION = 2.11.16;
28452845
OTHER_LDFLAGS = "";
28462846
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
28472847
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2879,7 +2879,7 @@
28792879
"@executable_path/../Frameworks",
28802880
);
28812881
MACOSX_DEPLOYMENT_TARGET = 10.15;
2882-
MARKETING_VERSION = 2.11.15;
2882+
MARKETING_VERSION = 2.11.16;
28832883
OTHER_LDFLAGS = "";
28842884
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
28852885
PRODUCT_NAME = "$(TARGET_NAME)";

Stats/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleShortVersionString</key>
1818
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
20-
<string>604</string>
20+
<string>606</string>
2121
<key>Description</key>
2222
<string>Simple macOS system monitor in your menu bar</string>
2323
<key>LSApplicationCategoryType</key>

Stats/Supporting Files/pl.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"Last reset" = "Ostatni reset %0 temu";
381381
"Latency" = "Opóźnienie";
382382
"Upload speed" = "Wysyłka";
383-
"Download speed" = "Pobieranie";
383+
"Download speed" = "Pobranie";
384384

385385
// Battery
386386
"Level" = "Poziom naładowania";

Widgets/Supporting Files/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleInfoDictionaryVersion</key>
1212
<string>6.0</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>2.11.15</string>
14+
<string>2.11.16</string>
1515
<key>CFBundleVersion</key>
16-
<string>604</string>
16+
<string>606</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)