From 770f2e4259e9e2b94e74d42b301e5cfa600a99a5 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Tue, 20 Feb 2024 21:41:34 +0000 Subject: [PATCH] Set release version 0.10.2-rc.0 [skip ci] --- 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 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",