Skip to content

Commit

Permalink
build: Bump version to 23.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PACE authored and PACE committed Jun 13, 2024
1 parent 2f2b3d7 commit 0dcd8c1
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.0.1 Release notes (2024-06-13)
=============================================================

### Internal

* Adjust SDK for a better api code generation

23.0.0 Release notes (2024-05-23)
=============================================================

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.0.0"
spec.version = "23.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>23.0.0</string>
<string>23.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>23.0.0</string>
<string>23.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>23.0.0</string>
<string>23.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>23.0.0</string>
<string>23.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>23.0.0</string>
<string>23.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/23.0.0/PACECloudSlimSDK.zip",
checksum: "a0f5a14ff974a6a0e621d264fabf29a345fcf17a31060eaf9487d1945c5ce21f"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.0.1/PACECloudSlimSDK.zip",
checksum: "749881745cb724914b8f72d3e396b8c40afa582184e904b764ac776785e252d6"
),
.binaryTarget(
name: "PACECloudWatchSDK",
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.0.0/PACECloudWatchSDK.zip",
checksum: "940bc38481508a664703bcf4b1d9c38aa22d292836b344e410f8ccb2b94eb770"
url: "https://github.com/pace/cloud-sdk-ios/releases/download/23.0.1/PACECloudWatchSDK.zip",
checksum: "b9c2cad76b68c13d803375df7af31cc4c6b6e1b54a61211579c52f7df3b99090"
)
]
)
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.0.0</string>
<string>23.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit 0dcd8c1

Please sign in to comment.