From ba43caf87a16c842041215a780eedce3c5a624f3 Mon Sep 17 00:00:00 2001 From: Aitor Ruano <45633475+c0dearm@users.noreply.github.com> Date: Wed, 22 Jan 2020 15:17:50 +0100 Subject: [PATCH] Update package version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8adcfd7..0169e65 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -sharks = "0.2" +sharks = "0.3" ``` To get started using Sharks, see the [Rust docs](https://docs.rs/sharks)