From 09dfc99226cc272eaa9921bddef14b7e4ef2487c Mon Sep 17 00:00:00 2001 From: Tom Metherell <102831716+tom-metherell@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:01:05 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f0228..3d61a1e 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ `Mice.jl` is not registered yet. To install the current pre-release version: ``` -] add https://github.com/tom-metherell/Mice.jl.git#v0.1.1 +] add https://github.com/tom-metherell/Mice.jl.git#v0.2.0 ``` or ``` -using Pkg; Pkg.add(url = "https://github.com/tom-metherell/Mice.jl.git", rev = "v0.1.1") +using Pkg; Pkg.add(url = "https://github.com/tom-metherell/Mice.jl.git", rev = "v0.2.0") ``` ## Quick-start guide