From 205bb986e243dc52c46ed6da0cdbacebd3baa8af Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Sun, 13 Sep 2020 01:38:50 -0300 Subject: [PATCH] Prepares Release --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a357ad..8067a14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brcode" -version = "0.2.1" +version = "1.0.0" authors = ["Julia Naomi "] edition = "2018" description = "Crate to parse and emit BR Codes" diff --git a/README.md b/README.md index 978b2e5..269808f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A crate to parse and emit [PIX BR Code](https://www.bcb.gov.br/content/estabilid ```toml [dependencies] -brcode = "0.2.1" +brcode = "1.0.0" ``` ## Example