From 5584d72d2f0826f0229d3283ed9b8c1b9c0e0e6e Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Mon, 23 Dec 2024 14:12:58 +0100 Subject: [PATCH] Update `README.md` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 379f7ce..0d3d6f2 100644 --- a/README.md +++ b/README.md @@ -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")) ] ``` @@ -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. \ No newline at end of file +atomic is available under the MIT license. See the LICENSE file for more info.