From 1c564cc6e3367ad9bf8338e1212b2db5a592f3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scotti=20=EF=A3=BF?= <67727096+dscyrescotti@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:11:20 +0630 Subject: [PATCH] feat: update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d37d4a..999eb3c 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To explore more about **ShuffleStack**, check out the [documentation](https://ds Add it as a dependency within your Package.swift. ``` dependencies: [ - .package(url: "https://github.com/dscyrescotti/ShuffleIt.git", from: "2.1.1") + .package(url: "https://github.com/dscyrescotti/ShuffleIt.git", from: "2.1.2") ] ```