diff --git a/Modules/RAM/notifications.swift b/Modules/RAM/notifications.swift index 6069a71f..b15b5e95 100644 --- a/Modules/RAM/notifications.swift +++ b/Modules/RAM/notifications.swift @@ -138,7 +138,7 @@ class Notifications: NotificationsWrapper { if self.swapState { let value = Units(bytes: Int64(value.swap.used)) let subtitle = "\(localizedString("Swap size")): \(value.getReadableMemory())" - self.checkDouble(id: self.freeID, value: value.toUnit(self.swapUnit), threshold: Double(self.swap), title: title, subtitle: subtitle) + self.checkDouble(id: self.swapID, value: value.toUnit(self.swapUnit), threshold: Double(self.swap), title: title, subtitle: subtitle) } } diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 1ef610a5..3abd2781 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 633 + 634 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType diff --git a/Widgets/Supporting Files/Info.plist b/Widgets/Supporting Files/Info.plist index d7a83f31..0dc94118 100644 --- a/Widgets/Supporting Files/Info.plist +++ b/Widgets/Supporting Files/Info.plist @@ -13,7 +13,7 @@ CFBundleShortVersionString 2.11.18 CFBundleVersion - 633 + 634 NSExtension NSExtensionPointIdentifier