diff --git a/Cargo.lock b/Cargo.lock index 33565b0..3049953 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "recrypt-node-binding" -version = "0.10.1-pre.1" +version = "0.10.1-rc.1" dependencies = [ "neon", "recrypt", diff --git a/Cargo.toml b/Cargo.toml index 03d9200..5b8c62f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recrypt-node-binding" -version = "0.10.1-pre.1" +version = "0.10.1-rc.1" authors = ["IronCore Labs "] edition = "2021" rust-version = "1.56.0" diff --git a/package.json b/package.json index 3a9eeec..855c8cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironcorelabs/recrypt-node-binding", - "version": "0.10.1-pre.1", + "version": "0.10.1-rc.1", "description": "Bindings to allow the recrypt-rs library to work via NodeJS.", "repository": { "type": "git",