Skip to content

Commit 7fc6de2

Browse files
πŸ”„ synced file(s) with circlefin/modularwallets-ios-sdk-dev (#22)
synced local file(s) with [circlefin/modularwallets-ios-sdk-dev](https://github.com/circlefin/modularwallets-ios-sdk-dev). <details> <summary>Changed files</summary> <ul> <li>synced local directory <code>CircleModularWalletsCore/</code> with remote directory <code>CircleModularWalletsCore/CircleModularWalletsCore/</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#18860625941](https://github.com/circlefin/modularwallets-ios-sdk-dev/actions/runs/18860625941)
1 parent 00e4c58 commit 7fc6de2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽCircleModularWalletsCore/Resources/Info.plistβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleShortVersionString</key>
6-
<string>1.2.0</string>
6+
<string>1.3.0</string>
77
<key>CFBundleIdentifier</key>
88
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
99
<key>CFBundleName</key>

β€ŽCircleModularWalletsCore/Sources/Helpers/Extensions/Bundle+Extension.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Foundation
2121
#if SWIFT_PACKAGE
2222
extension Bundle {
2323
public enum SDK {
24-
public static let version = "1.2.0"
24+
public static let version = "1.3.0"
2525
}
2626
}
2727
#else

0 commit comments

Comments
Β (0)