Skip to content

Commit b4c835e

Browse files
committed
v2.11.25
1 parent 37c36ca commit b4c835e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -14,8 +14,8 @@ concurrency:
1414

1515
jobs:
1616
build:
17-
runs-on: macos-12
17+
runs-on: macos-latest
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- run: xcodebuild -scheme Stats -destination 'platform=macOS' -configuration Release archive CODE_SIGNING_ALLOWED=NO

Stats.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,7 @@
28572857
"@executable_path/../Frameworks",
28582858
);
28592859
MACOSX_DEPLOYMENT_TARGET = 10.15;
2860-
MARKETING_VERSION = 2.11.25;
2860+
MARKETING_VERSION = 2.11.26;
28612861
OTHER_LDFLAGS = "";
28622862
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
28632863
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -2894,7 +2894,7 @@
28942894
"@executable_path/../Frameworks",
28952895
);
28962896
MACOSX_DEPLOYMENT_TARGET = 10.15;
2897-
MARKETING_VERSION = 2.11.25;
2897+
MARKETING_VERSION = 2.11.26;
28982898
OTHER_LDFLAGS = "";
28992899
PRODUCT_BUNDLE_IDENTIFIER = eu.exelban.Stats;
29002900
PRODUCT_NAME = "$(TARGET_NAME)";

Stats/Supporting Files/Info.plist

+1-1
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>660</string>
20+
<string>662</string>
2121
<key>Description</key>
2222
<string>Simple macOS system monitor in your menu bar</string>
2323
<key>LSApplicationCategoryType</key>

Widgets/Supporting Files/Info.plist

+2-2
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.25</string>
14+
<string>2.11.26</string>
1515
<key>CFBundleVersion</key>
16-
<string>660</string>
16+
<string>662</string>
1717
<key>NSExtension</key>
1818
<dict>
1919
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)