Skip to content

Commit

Permalink
build: Bump version to 22.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PACE authored and PACE committed May 14, 2024
1 parent b7021e1 commit 1095d4f
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
22.0.1 Release notes (2024-05-14)
=============================================================

### Fixes

* Fix webview resets

### Internal

* Make AppDrawer class more accessible
* Integrate swiftlint as build tool plugin

22.0.0 Release notes (2024-04-18)
=============================================================

Expand Down
2 changes: 1 addition & 1 deletion PACECloudSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "PACECloudSDK"
spec.version = "22.0.0"
spec.version = "22.0.1"
spec.summary = "Easily integrate your app with the PACE API to support Connected Fueling"
spec.homepage = "http://github.com/pace/cloud-sdk-ios"
spec.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
2 changes: 1 addition & 1 deletion PACECloudSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0.0</string>
<string>22.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>UIAppFonts</key>
Expand Down
2 changes: 1 addition & 1 deletion PACECloudSDK/Utils/Plists/FallbackVersions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<key>BuildVersion</key>
<string>1</string>
<key>ReleaseVersion</key>
<string>22.0.0</string>
<string>22.0.1</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion PACECloudSDKTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0.0</string>
<string>22.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion PACECloudSlimSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0.0</string>
<string>22.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>UIAppFonts</key>
Expand Down
2 changes: 1 addition & 1 deletion PACECloudWatchSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0.0</string>
<string>22.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ let package = Package(
]),
.binaryTarget(
name: "PACECloudSlimSDK",
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.0/PACECloudSlimSDK.zip",
checksum: "675073d07124b8e4299cc275e5deb17b64932ad2735122548bec496d2c44bbf9"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.1/PACECloudSlimSDK.zip",
checksum: "12d0719b7093da6ad54e08f08f8a95ed34fdfe43ac962af63d8829da13ec6fd8"
),
.binaryTarget(
name: "PACECloudWatchSDK",
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.0/PACECloudWatchSDK.zip",
checksum: "b859aa4010049938460787e8f48e4ff7f1a640f346f4e4b974c4da8cc57a8036"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/22.0.1/PACECloudWatchSDK.zip",
checksum: "09b2e3179f3219f24eafc9e0187dd64f8418ef2ffac4e6c32ee300326513377d"
)
]
)
2 changes: 1 addition & 1 deletion UnitTestDummy/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>22.0.0</string>
<string>22.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 1095d4f

Please sign in to comment.