Skip to content

Commit

Permalink
Update version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 committed Aug 14, 2021
1 parent e5b07c0 commit 0b85972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please also check out the complete documentation [here](https://nef10.github.io/
The library supports the Swift Package Manger, so simply add a dependency in your `Package.swift`:

```
.package(url: "https://github.com/Nef10/RogersBankDownloader.git", .exact(from: "0.0.1")),
.package(url: "https://github.com/Nef10/RogersBankDownloader.git", .exact(from: "0.0.2")),
```

Please note that following semantic versioning every release before version 1.0.0 might be breaking, so use `.exact` for now.
Expand Down

0 comments on commit 0b85972

Please sign in to comment.