From f95f0c47672e73c9289c927ab187d0838e315741 Mon Sep 17 00:00:00 2001 From: Leeroy Travis Date: Thu, 11 Aug 2022 17:19:18 +0000 Subject: [PATCH] bump-version: Bump to next development version 0.8.3-pre.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 44755d8..5fb0f62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -327,7 +327,7 @@ dependencies = [ [[package]] name = "recrypt-node-binding" -version = "0.8.3-rc.27" +version = "0.8.3-pre.28" dependencies = [ "neon", "recrypt", diff --git a/Cargo.toml b/Cargo.toml index 21cbe1a..826b072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "recrypt-node-binding" -version = "0.8.3-rc.27" +version = "0.8.3-pre.28" authors = ["IronCore Labs "] edition = "2021" rust-version = "1.56.0" diff --git a/package.json b/package.json index 86e0dab..6002519 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ironcorelabs/recrypt-node-binding", - "version": "0.8.3-rc.27", + "version": "0.8.3-pre.28", "description": "Bindings to allow the recrypt-rs library to work via NodeJS.", "repository": { "type": "git",