Skip to content

Commit

Permalink
build: Bump version to 23.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PACE authored and PACE committed Sep 23, 2024
1 parent 7776953 commit aebc694
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.2 Release notes (2024-09-23)
=============================================================

### Fixes

* Add missing DisableDiscount to project

23.3.1 Release notes (2024-09-19)
=============================================================

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

0 comments on commit aebc694

Please sign in to comment.