diff --git a/Cargo.lock b/Cargo.lock index f543de1..b2fdd00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "recrypt-node-binding" -version = "0.10.2-pre" +version = "0.10.2-rc.0" dependencies = [ "neon", "recrypt", diff --git a/Cargo.toml b/Cargo.toml index 6195408..fa9f54e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recrypt-node-binding" -version = "0.10.2-pre" +version = "0.10.2-rc.0" authors = ["IronCore Labs "] edition = "2021" rust-version = "1.56.0" diff --git a/package.json b/package.json index d771c49..667e65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironcorelabs/recrypt-node-binding", - "version": "0.10.2-pre", + "version": "0.10.2-rc.0", "description": "Bindings to allow the recrypt-rs library to work via NodeJS.", "repository": { "type": "git",