Skip to content

Commit 1095d4f

Browse files
PACEPACE
authored andcommitted
build: Bump version to 22.0.1
1 parent b7021e1 commit 1095d4f

File tree

9 files changed

+23
-11
lines changed

9 files changed

+23
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
22.0.1 Release notes (2024-05-14)
2+
=============================================================
3+
4+
### Fixes
5+
6+
* Fix webview resets
7+
8+
### Internal
9+
10+
* Make AppDrawer class more accessible
11+
* Integrate swiftlint as build tool plugin
12+
113
22.0.0 Release notes (2024-04-18)
214
=============================================================
315

PACECloudSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "PACECloudSDK"
3-
spec.version = "22.0.0"
3+
spec.version = "22.0.1"
44
spec.summary = "Easily integrate your app with the PACE API to support Connected Fueling"
55
spec.homepage = "http://github.com/pace/cloud-sdk-ios"
66
spec.license = { :type => "MIT", :file => "LICENSE.md" }

PACECloudSDK/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>22.0.0</string>
18+
<string>22.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>UIAppFonts</key>

PACECloudSDK/Utils/Plists/FallbackVersions.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<key>BuildVersion</key>
66
<string>1</string>
77
<key>ReleaseVersion</key>
8-
<string>22.0.0</string>
8+
<string>22.0.1</string>
99
</dict>
1010
</plist>

PACECloudSDKTests/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>22.0.0</string>
18+
<string>22.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

PACECloudSlimSDK/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>22.0.0</string>
18+
<string>22.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>UIAppFonts</key>

PACECloudWatchSDK/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>22.0.0</string>
18+
<string>22.0.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ let package = Package(
5252
]),
5353
.binaryTarget(
5454
name: "PACECloudSlimSDK",
55-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.0/PACECloudSlimSDK.zip",
56-
checksum: "675073d07124b8e4299cc275e5deb17b64932ad2735122548bec496d2c44bbf9"
55+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.1/PACECloudSlimSDK.zip",
56+
checksum: "12d0719b7093da6ad54e08f08f8a95ed34fdfe43ac962af63d8829da13ec6fd8"
5757
),
5858
.binaryTarget(
5959
name: "PACECloudWatchSDK",
60-
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.0/PACECloudWatchSDK.zip",
61-
checksum: "b859aa4010049938460787e8f48e4ff7f1a640f346f4e4b974c4da8cc57a8036"
60+
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.1/PACECloudWatchSDK.zip",
61+
checksum: "09b2e3179f3219f24eafc9e0187dd64f8418ef2ffac4e6c32ee300326513377d"
6262
)
6363
]
6464
)

UnitTestDummy/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<key>CFBundlePackageType</key>
2323
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
2424
<key>CFBundleShortVersionString</key>
25-
<string>22.0.0</string>
25+
<string>22.0.1</string>
2626
<key>CFBundleVersion</key>
2727
<string>1</string>
2828
<key>LSRequiresIPhoneOS</key>

0 commit comments

Comments
 (0)