Skip to content

Commit

Permalink
build: Bump version to 23.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PACE authored and PACE committed Sep 19, 2024
1 parent a4fd9c4 commit dff1511
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
23.3.1 Release notes (2024-09-19)
=============================================================

### Internal

* Update Pay API

23.3.0 Release notes (2024-09-06)
=============================================================

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 = "23.3.0"
spec.version = "23.3.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>23.3.0</string>
<string>23.3.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>23.3.0</string>
<string>23.3.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>23.3.0</string>
<string>23.3.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>23.3.0</string>
<string>23.3.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>23.3.0</string>
<string>23.3.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/23.3.0/PACECloudSlimSDK.zip",
checksum: "b3409dfe7d1ff51de428b8f6a6c2e6bbe4b127dde2cf46040400779e8e8d4671"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.3.1/PACECloudSlimSDK.zip",
checksum: "9d0e9a4d7e60655578e86c12ed3bc92bc5ac4635aab0b0b8861290e7c63e7dad"
),
.binaryTarget(
name: "PACECloudWatchSDK",
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.3.0/PACECloudWatchSDK.zip",
checksum: "a5e29810b41a83b258a9dd5cfe4b61917916b74d05ee50b83bd5a3a300e25378"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.3.1/PACECloudWatchSDK.zip",
checksum: "132cf01da440e8f1c6f34295e94e360794078a2244a15f9f7beeb4f27a1812d1"
)
]
)
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>23.3.0</string>
<string>23.3.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit dff1511

Please sign in to comment.