From ca61517fa976fef18d0cd5465fcb403c8a32f568 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 27 Apr 2018 07:40:24 -0600 Subject: [PATCH] chore: Correct version --- Cargo.toml | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c4a2552..f1f79aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tarball" -version = "0.1.0" +version = "0.0.1" description = "A cargo subcommand for bundling prebuilt binaries." authors = ["Ed Page