From 830779be6e7297713d2ff8ae49ff41f5ca4e20e1 Mon Sep 17 00:00:00 2001 From: Jim Gustafson Date: Wed, 10 Feb 2021 00:03:12 -0800 Subject: [PATCH] Bump version to v2.9.3 --- CHANGELOG.md | 5 +++++ config/version.sh | 2 +- src/node/package.json | 2 +- src/rust/Cargo.lock | 2 +- src/rust/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c619d75..8b17f1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.9.3 +- Electron: Update neon to use n-api runtime + +- CI optimizations and lint improvements + ## v2.9.2 - Electron: Update to version 11 diff --git a/config/version.sh b/config/version.sh index 6e7de93d..ead0b74e 100644 --- a/config/version.sh +++ b/config/version.sh @@ -11,7 +11,7 @@ WEBRTC_VERSION="4183k" RINGRTC_MAJOR_VERSION=2 RINGRTC_MINOR_VERSION=9 -RINGRTC_REVISION=2 +RINGRTC_REVISION=3 # Specify RingRTC version to publish. RINGRTC_VERSION="${RINGRTC_MAJOR_VERSION}.${RINGRTC_MINOR_VERSION}.${RINGRTC_REVISION}" diff --git a/src/node/package.json b/src/node/package.json index 7854658a..318bb88d 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -1,6 +1,6 @@ { "name": "ringrtc", - "version": "2.9.2", + "version": "2.9.3", "description": "Signal Messenger voice and video calling library.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 3ed7d8c8..f5ce5f41 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -881,7 +881,7 @@ dependencies = [ [[package]] name = "ringrtc" -version = "2.9.2" +version = "2.9.3" dependencies = [ "aes-ctr", "base64", diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index c861295c..cc46385c 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "ringrtc" -version = "2.9.2" +version = "2.9.3" authors = ["Curt Brune ", "Jim Gustafson ", "Peter Thatcher ", "Vladimir Skuratovich "] edition = "2018" description = "A Rust interface for WebRTC"