From 996bae271e2aeda634de181c15a0bd86515594a5 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Tue, 22 May 2018 03:02:51 -0700 Subject: [PATCH] Release v0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- install.sh | 2 +- src/main.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 381be2d..0ba1567 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "tagref" -version = "0.0.0" +version = "0.0.1" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6cca027..3fa20e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tagref" -version = "0.0.0" +version = "0.0.1" authors = ["Stephan Boyer "] description = "Tagref helps you refer to other locations in your codebase." license = "MIT" diff --git a/install.sh b/install.sh index 343436b..f0d0bcd 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ PREFIX=/usr/local/bin # Which version to download -RELEASE=v0.0.0 +RELEASE=v0.0.1 # Determine which binary to download. FILENAME='' diff --git a/src/main.rs b/src/main.rs index 10a4889..64f7907 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ use std::process; fn main() { // Set up the command-line interface. let matches = clap::App::new("Tagref") - .version("0.0.0") + .version("0.0.1") .author("Stephan Boyer ") .about( " \