diff --git a/Cargo.lock b/Cargo.lock index 43b516b..798b412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -621,7 +621,7 @@ dependencies = [ [[package]] name = "tdr" -version = "1.3.2" +version = "1.3.3" dependencies = [ "anyhow", "better-panic", diff --git a/Cargo.toml b/Cargo.toml index d2033cd..dc195f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tdr" -version = "1.3.2" +version = "1.3.3" authors = ["Khue Nguyen "] edition = "2018" license = "MIT" diff --git a/Makefile b/Makefile index 72b07bb..42d9188 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .POSIX: -VERSION=1.3.1 +VERSION=1.3.3 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man