From b8be2eeba68bad205a30f6c6ac29a5b48a113b43 Mon Sep 17 00:00:00 2001 From: Zibi Braniecki Date: Mon, 21 May 2018 17:50:22 -0700 Subject: [PATCH] Release 0.1 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f405fb7..a1b5701 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.0.7" +version = "0.1.0" authors = ["Zibi Braniecki "] description = "Library for building code annotations" license = "Apache-2.0/MIT" diff --git a/README.md b/README.md index 514e8ae..44c8a62 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Installation ```toml [dependencies] -annotate-snippets-rs = "0.0.7" +annotate-snippets-rs = "0.1.0" ```