Skip to content

Commit a026d95

Browse files
Update binaries and CHANGELOG.md for version 3.3.1
1 parent 7f05c15 commit a026d95

File tree

9 files changed

+22
-8
lines changed

9 files changed

+22
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
## 3.2.x Releases
66

7-
- `3.2.x` Releases - [3.2.0](#320) | [3.2.1](#321) | [3.2.2](#322) | [3.2.3](#323) | [3.3.0](#330)
7+
- `3.2.x` Releases - [3.2.0](#320) | [3.2.1](#321) | [3.2.2](#322) | [3.2.3](#323) | [3.3.0](#330) | [3.3.1](#331)
88

99
---
1010

11+
### [3.3.1](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.3.1)
12+
13+
#### Notes
14+
15+
- Updated Info.plist versioning.
16+
1117
### [3.3.0](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.3.0)
1218

1319
#### Notes
1420

15-
- Add support for [Bill Navigator](https://www.pinwheelapi.com/bill-navigator).
21+
- Enhanced support for [Bill Navigator](https://www.pinwheelapi.com/bill-navigator).
1622

1723
### [3.2.3](https://github.com/underdog-tech/pinwheel-ios-sdk/releases/tag/3.2.3)
1824

PinwheelSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PinwheelSDK'
3-
s.version = '3.3.0'
3+
s.version = '3.3.1'
44
s.summary = 'Pinwheel iOS SDK'
55
s.swift_version = '5.0'
66

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Info.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<string>PinwheelSDK</string>
1111
<key>CFBundlePackageType</key>
1212
<string>FMWK</string>
13+
<key>CFBundleShortVersionString</key>
14+
<string>3.3.1</string>
15+
<key>CFBundleVersion</key>
16+
<string>3.3.1</string>
1317
<key>MinimumOSVersion</key>
14-
<string>13.0</string>
18+
<string>100.0</string>
1519
</dict>
1620
</plist>

PinwheelSDK.xcframework/ios-arm64/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11716,7 +11716,7 @@
1171611716
"kind": "StringLiteral",
1171711717
"offset": 113,
1171811718
"length": 7,
11719-
"value": "\"3.3.0\""
11719+
"value": "\"3.3.1\""
1172011720
},
1172111721
{
1172211722
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",
Binary file not shown.

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Info.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@
1010
<string>PinwheelSDK</string>
1111
<key>CFBundlePackageType</key>
1212
<string>FMWK</string>
13+
<key>CFBundleShortVersionString</key>
14+
<string>3.3.1</string>
15+
<key>CFBundleVersion</key>
16+
<string>3.3.1</string>
1317
<key>MinimumOSVersion</key>
14-
<string>13.0</string>
18+
<string>100.0</string>
1519
</dict>
1620
</plist>

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/arm64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11716,7 +11716,7 @@
1171611716
"kind": "StringLiteral",
1171711717
"offset": 113,
1171811718
"length": 7,
11719-
"value": "\"3.3.0\""
11719+
"value": "\"3.3.1\""
1172011720
},
1172111721
{
1172211722
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",

PinwheelSDK.xcframework/ios-arm64_x86_64-simulator/PinwheelSDK.framework/Modules/PinwheelSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11716,7 +11716,7 @@
1171611716
"kind": "StringLiteral",
1171711717
"offset": 113,
1171811718
"length": 7,
11719-
"value": "\"3.3.0\""
11719+
"value": "\"3.3.1\""
1172011720
},
1172111721
{
1172211722
"filePath": "\/Users\/distiller\/project\/Sources\/PinwheelSDK\/Classes\/Events\/PinwheelEventType.swift",
Binary file not shown.

0 commit comments

Comments
 (0)