diff --git a/Cargo.toml b/Cargo.toml index df6293f..bc952c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinyrick" description = "a freeform Rust build system" -version = "0.0.10" +version = "0.0.11" authors = ["Andrew Pennebaker <andrew.pennebaker@gmail.com>"] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/tinyrick" diff --git a/Makefile b/Makefile index 7b3474a..652c878 100755 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all lint build install test clean -BANNER=tinyrick-0.0.10 +BANNER=tinyrick-0.0.11 all: build diff --git a/README.md b/README.md index 69c002e..ebb66c5 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ description = "hyperadvanced derpmobiles" version = "3.1.4" [dependencies] -tinyrick = { version = "0.0.10", optional = true } +tinyrick = { version = "0.0.11", optional = true } [features] letmeout = ["tinyrick"]