From 2d1f21680c5de43707eae9148c7193f8fd5c82dc Mon Sep 17 00:00:00 2001 From: Sebastian Geisler Date: Thu, 11 Jan 2018 23:25:09 +0100 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6e45eeb..97b4073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Cargo subcommand to build rust projects remotely" keywords = ["remote", "build"] categories = ["command-line-utilities", "development-tools::build-utils", "development-tools::cargo-plugins"] maintenance = { status = "experimental" } -version = "0.1.0" +version = "0.1.1" authors = ["Sebastian Geisler "] license = "MIT" repository = "https://github.com/sgeisler/cargo-remote"