Skip to content

Commit

Permalink
v2.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
exelban committed Sep 25, 2022
1 parent 2e09251 commit 7983905
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Modules/Battery/main.swift
Expand Up @@ -136,7 +136,7 @@ public class Battery: Module {
widget.setColorZones((0.15, 0.3))
case let widget as BatterykWidget:
widget.setValue(
percentage: value.level ,
percentage: value.level,
ACStatus: value.powerSource != "Battery Power",
isCharging: value.isCharging,
lowPowerMode: value.isLowPowerMode,
Expand Down
4 changes: 2 additions & 2 deletions Stats.xcodeproj/project.pbxproj
Expand Up @@ -1986,7 +1986,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.35;
MARKETING_VERSION = 2.7.36;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -2020,7 +2020,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.7.35;
MARKETING_VERSION = 2.7.36;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion Stats/Supporting Files/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>401</string>
<string>402</string>
<key>Description</key>
<string>Simple macOS system monitor in your menu bar</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 7983905

Please sign in to comment.