Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once you have your Swift package set up, adding `atomic` as a dependency is as e

```swift
dependencies: [
.package(url: "https://github.com/space-code/atomic.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/space-code/atomic.git", .upToNextMajor(from: "1.1.0"))
]
```

Expand All @@ -59,4 +59,4 @@ Please feel free to help out with this project! If you see something that could
Nikita Vasilev, nv3212@gmail.com

## License
atomic is available under the MIT license. See the LICENSE file for more info.
atomic is available under the MIT license. See the LICENSE file for more info.
Loading