Skip to content

Commit f7b5322

Browse files
🔄 synced local 'CircleModularWalletsCore/' with remote 'CircleModularWalletsCore/CircleModularWalletsCore/'
1 parent 00e4c58 commit f7b5322

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)