From 98a2bb32993d0a758d5088ebf9a7f80cce4403dc Mon Sep 17 00:00:00 2001 From: Hayato Ito Date: Fri, 27 Mar 2020 18:46:58 +0900 Subject: [PATCH] (cargo-release) version 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c55b96..897a391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "webbundle" -version = "0.1.3-alpha.0" +version = "0.1.3" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "cbor_event 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index fe397f0..d62ca88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" name = "webbundle" readme = "README.md" repository = "https://github.com/google/webbundle" -version = "0.1.3-alpha.0" +version = "0.1.3" [dependencies] url = "2.1.1"