diff --git a/Cargo.lock b/Cargo.lock index 7ce5bf7..260d319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,7 +1144,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "wluma" -version = "3.0.0" +version = "4.0.0" dependencies = [ "ash", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9a28761..70d6049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wluma" -version = "3.0.0" +version = "4.0.0" authors = ["Maxim Baz"] edition = "2018" diff --git a/Makefile b/Makefile index 848a907..e8ddca6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := wluma -VERSION := 3.0.0 +VERSION := 4.0.0 PREFIX ?= /usr LIB_DIR = $(DESTDIR)$(PREFIX)/lib