diff --git a/Modules/CPU/main.swift b/Modules/CPU/main.swift index 39823f63..f1603a65 100644 --- a/Modules/CPU/main.swift +++ b/Modules/CPU/main.swift @@ -94,8 +94,8 @@ public class CPU: Module { self.temperatureReader = TemperatureReader(.CPU, popup: true) #if arch(x86_64) - self.limitReader = LimitReader(popup: true) - self.frequencyReader = FrequencyReader(popup: true) + self.limitReader = LimitReader(.CPU, popup: true) + self.frequencyReader = FrequencyReader(.CPU, popup: true) #endif self.settingsView.callback = { [unowned self] in diff --git a/Stats.xcodeproj/project.pbxproj b/Stats.xcodeproj/project.pbxproj index 9ef4b90c..f7a2e108 100644 --- a/Stats.xcodeproj/project.pbxproj +++ b/Stats.xcodeproj/project.pbxproj @@ -2384,7 +2384,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.9.0; + MARKETING_VERSION = 2.9.1; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -2422,7 +2422,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 2.9.0; + MARKETING_VERSION = 2.9.1; OTHER_LDFLAGS = ""; PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/Stats/Supporting Files/Info.plist b/Stats/Supporting Files/Info.plist index 848046a6..0373ba01 100755 --- a/Stats/Supporting Files/Info.plist +++ b/Stats/Supporting Files/Info.plist @@ -17,7 +17,7 @@ CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion - 487 + 490 Description Simple macOS system monitor in your menu bar LSApplicationCategoryType