Skip to content

Commit a26a6be

Browse files
authored
Merge pull request #565 from scenee/release/2.5.4
Release 2.5.4
2 parents 4dd52b1 + b00a05b commit a26a6be

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ jobs:
5656
xcode: "13.2.1"
5757
sim: "iPhone 13 Pro"
5858
runsOn: macos-11
59-
- os: "15.0"
60-
xcode: "13.1"
61-
sim: "iPhone 13 Pro"
62-
runsOn: macos-11
6359
- os: "14.5"
6460
xcode: "12.5.1"
6561
sim: "iPhone 12 Pro"

FloatingPanel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "FloatingPanel"
4-
s.version = "2.5.3"
4+
s.version = "2.5.4"
55
s.summary = "FloatingPanel is a clean and easy-to-use UI component of a floating panel interface."
66
s.description = <<-DESC
77
FloatingPanel is a clean and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app.

Sources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.5.3</string>
18+
<string>2.5.4</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)