Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
docs: update version in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CassiusPacheco committed Aug 16, 2022
1 parent 6325bca commit 8991edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In your `Package.swift`:

```swift
dependencies: [
.package(url: "https://github.com/immutable/imx-core-sdk-swift.git", from: "0.1.0")
.package(url: "https://github.com/immutable/imx-core-sdk-swift.git", from: "0.2.1")
]
```

Expand Down Expand Up @@ -161,7 +161,7 @@ for any bug fixes.
The `Sources/version` file will hold the value of the previous release

```yaml
0.1.0
0.2.1
```

## Contributing
Expand Down

0 comments on commit 8991edf

Please sign in to comment.