diff --git a/Cargo.lock b/Cargo.lock index ad81ecf..9a9ea28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "todo-rs" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index dd95893..d57fc3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "todo-rs" -version = "1.1.0" +version = "1.2.0" authors = ["Khue Nguyen "] edition = "2018" license = "MIT" diff --git a/Makefile b/Makefile index e5e772f..7d5fc45 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .POSIX: -VERSION=1.0.1 +VERSION=1.2.0 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man diff --git a/todo-rs.1 b/todo-rs.1 index eca0984..2b11948 100644 --- a/todo-rs.1 +++ b/todo-rs.1 @@ -1,4 +1,4 @@ -.TH "TODO-RS" "1" "" "todo-rs 1.1.0" "todo-rs" +.TH "TODO-RS" "1" "" "todo-rs 1.2.0" "todo-rs" .SH NAME .B todo-rs