diff --git a/Cargo.toml b/Cargo.toml index b262644..479e006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "vibe" -version = "0.3.1" +version = "0.4.0" description = "windows acrylic effects for electron 💫" authors = [ "pyke.io" ] license = "Apache-2.0" diff --git a/package.json b/package.json index 6c3d036..61de84c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pyke/vibe", - "version": "0.3.1", + "version": "0.4.0", "publishConfig": { "access": "public" },