From b956ce23978c91448ff712da0fd6e77591e3484f Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 28 Oct 2016 20:48:53 -0700 Subject: [PATCH] Bump version in lock file. Make sure repo is clean before publishing --- Cargo.lock | 2 +- justfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e291e4e..b0bf9f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "j" -version = "0.2.5" +version = "0.2.6" dependencies = [ "brev 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.16.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/justfile b/justfile index 491b145..20ab55c 100644 --- a/justfile +++ b/justfile @@ -15,6 +15,7 @@ build: publish: clippy build # make sure version is up to date + git diff --no-ext-diff --quiet --exit-code grep 'version("'`sed -En 's/version = "([^"]+)"/\1/p' Cargo.toml`'")' src/app.rs git push github master:master cargo publish