From 885e0dd7658bb2e25f1ad45f8d6581b0e330febb Mon Sep 17 00:00:00 2001 From: Tuxinal <24763016+tuxinal@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:00:35 +0330 Subject: [PATCH] bumping version because npm hates me (100% skill issue i'm well aware) --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {},