diff --git a/Cargo.lock b/Cargo.lock index 6131ba3..abe2e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wluma" -version = "2.0.1" +version = "3.0.0" dependencies = [ "ash", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 21f3b44..e539efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wluma" -version = "2.0.1" +version = "3.0.0" authors = ["Maxim Baz"] edition = "2018" diff --git a/Makefile b/Makefile index a97a265..848a907 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := wluma -VERSION := 2.0.1 +VERSION := 3.0.0 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib