diff --git a/Cargo.lock b/Cargo.lock index 9dd7093..7de2f66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1985,7 +1985,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "venbind" -version = "0.0.1" +version = "0.0.2" dependencies = [ "ashpd", "node-bindgen", diff --git a/Cargo.toml b/Cargo.toml index c1398ca..1d0fae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "venbind" -version = "0.0.1" +version = "0.0.2" edition = "2021" [lib] diff --git a/package.json b/package.json index 8f36fb0..3f0df2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "venbind", - "version": "0.0.1", + "version": "0.0.2", "description": "", "types": "./lib/venbind.d.ts", "scripts": {},