Skip to content

Commit

Permalink
Dump version 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz committed Dec 6, 2022
1 parent 0cbe632 commit 0adf777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SDKs are open source, and you can use them according to the licence.
This is a Swift Package, and can be installed via Xcode with the URL of this repository:

```swift
.package(name: "FCL", url: "https://github.com/outblock/fcl-swift.git", from: "0.0.7")
.package(name: "FCL", url: "https://github.com/outblock/fcl-swift.git", from: "0.0.8")
```

## Config
Expand Down
2 changes: 1 addition & 1 deletion Sources/FCL.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class FCL: NSObject, ObservableObject {

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

public let version = "@outblock/[email protected].7"
public let version = "@outblock/[email protected].8"

@Published
public var currentUser: User?
Expand Down

0 comments on commit 0adf777

Please sign in to comment.