Bump version

This commit is contained in:
Kevin Liu 2018-12-24 15:44:26 -08:00
parent beeba6607c
commit ce402143f5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "rm-improved"
version = "0.11.4"
version = "0.12.0"
authors = ["mail@nivekuil.com"]
description = "rip: a safe and ergonomic alternative to rm"
repository = "https://github.com/nivekuil/rip"

View file

@ -15,7 +15,7 @@ $ tar xvzf rip-*.tar.gz
$ mv rip /usr/local/bin
#+END_EXAMPLE
or build it with a nightly rustc:
or build it:
#+BEGIN_EXAMPLE
$ cargo install rm-improved
#+END_EXAMPLE