From 203d80750e4ee700352b49c3f9c3f39c11603b4f Mon Sep 17 00:00:00 2001 From: xusd320 Date: Mon, 15 Jul 2024 15:22:24 +0800 Subject: [PATCH] chore: bump version --- Cargo.toml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8cfefa7..3521011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "niddle" -version = "0.0.0" +version = "0.0.4" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 7fb93bc..576e4a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "niddle", - "version": "0.0.3", + "version": "0.0.4", "main": "index.js", "types": "index.d.ts", "files": [ @@ -69,4 +69,3 @@ "niddle-linux-riscv64-gnu": "0.0.2" } } -