Skip to content

Commit 200602d

Browse files
committed
Dump version
1 parent 725738b commit 200602d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SDKs are open source, and you can use them according to the licence.
2727
This is a Swift Package, and can be installed via Xcode with the URL of this repository:
2828

2929
```swift
30-
.package(name: "FCL", url: "https://github.com/outblock/fcl-swift.git", from: "0.0.3")
30+
.package(name: "FCL", url: "https://github.com/outblock/fcl-swift.git", from: "0.0.5")
3131
```
3232

3333
## Config

Sources/FCL/FCL.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public final class FCL: NSObject, ObservableObject {
2828

2929
private var providers: [FCL.Provider] = [.dapper, .lilico, .blocto]
3030

31-
public let version = "@outblock/fcl-swift@0.0.3"
31+
public let version = "@outblock/fcl-swift@0.0.5"
3232

3333
@Published
3434
public var currentUser: User?

0 commit comments

Comments
 (0)