diff --git a/core/Cargo.toml b/core/Cargo.toml index 8fd8209..3a32d1c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ name = "core" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2024" license = "GPL" -version = "0.2.0" +version = "0.3.0" [dependencies] better-panic = "0.3.0" diff --git a/deja_vu/Cargo.toml b/deja_vu/Cargo.toml index 71e1bcd..5572002 100644 --- a/deja_vu/Cargo.toml +++ b/deja_vu/Cargo.toml @@ -18,7 +18,7 @@ name = "deja-vu" authors = ["2Shirt <2xShirt@gmail.com>"] edition = "2024" license = "GPL" -version = "0.2.0" +version = "0.3.0" [dependencies] core = { path = "../core" }