From 9b26a4c50e08d75cee976a7b897291a4dc8d130e Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Mon, 15 Aug 2022 07:49:29 +0000 Subject: [PATCH] bump-version: Set release version 0.8.3-rc.28 --- 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 5fb0f62..1a146fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "recrypt-node-binding" -version = "0.8.3-pre.28" +version = "0.8.3-rc.28" dependencies = [ "neon", "recrypt", diff --git a/Cargo.toml b/Cargo.toml index 826b072..80141ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recrypt-node-binding" -version = "0.8.3-pre.28" +version = "0.8.3-rc.28" authors = ["IronCore Labs "] edition = "2021" rust-version = "1.56.0" diff --git a/package.json b/package.json index 6002519..daa91eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironcorelabs/recrypt-node-binding", - "version": "0.8.3-pre.28", + "version": "0.8.3-rc.28", "description": "Bindings to allow the recrypt-rs library to work via NodeJS.", "repository": { "type": "git",