From c69fdd1c68573f26d71349d845c4af94e30dfb6c Mon Sep 17 00:00:00 2001 From: Dan Reeves Date: Fri, 16 Nov 2018 11:27:55 +0000 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad11fae..77aedd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-cmd" description = "Alias any shell command in your Cargo.toml. It's like npm scripts, but for cargo." -version = "0.2.1" +version = "0.3.0" authors = ["Dan Reeves "] repository = "https://github.com/danreeves/cargo-cmd" license = "MIT"