diff --git a/Cargo.toml b/Cargo.toml index 67aa1a0..49eff3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinyrick" description = "a freeform Rust build system" -version = "0.0.13" +version = "0.0.14" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/tinyrick" diff --git a/README.md b/README.md index ceedadf..c131009 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ description = "hyperadvanced derpmobiles" version = "3.1.4" [dependencies] -tinyrick = { version = "0.0.13", optional = true } +tinyrick = { version = "0.0.14", optional = true } [features] letmeout = ["tinyrick"] diff --git a/makefile b/makefile index b0afe3d..7c2c820 100755 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ publish \ clean -BANNER=tinyrick-0.0.13 +BANNER=tinyrick-0.0.14 all: build