Skip to content

Commit

Permalink
Merge pull request #1 from stepchowfun/v0.0.1
Browse files Browse the repository at this point in the history
Release v0.0.1
  • Loading branch information
stepchowfun committed May 22, 2018
2 parents 9fc7446 + 996bae2 commit 5641bf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tagref"
version = "0.0.0"
version = "0.0.1"
authors = ["Stephan Boyer <stephan@stephanboyer.com>"]
description = "Tagref helps you refer to other locations in your codebase."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=''
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stephan@stephanboyer.com>")
.about(
" \
Expand Down

0 comments on commit 5641bf9

Please sign in to comment.