Bump version to v2.9.3
This commit is contained in:
parent
60dc1e1ddd
commit
830779be6e
@ -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
|
||||
|
||||
@ -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}"
|
||||
|
||||
@ -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",
|
||||
|
||||
2
src/rust/Cargo.lock
generated
2
src/rust/Cargo.lock
generated
@ -881,7 +881,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ringrtc"
|
||||
version = "2.9.2"
|
||||
version = "2.9.3"
|
||||
dependencies = [
|
||||
"aes-ctr",
|
||||
"base64",
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
|
||||
[package]
|
||||
name = "ringrtc"
|
||||
version = "2.9.2"
|
||||
version = "2.9.3"
|
||||
authors = ["Curt Brune <curt@signal.org>", "Jim Gustafson <jim@signal.org>", "Peter Thatcher <peter@signal.org>", "Vladimir Skuratovich <vlad@signal.org>"]
|
||||
edition = "2018"
|
||||
description = "A Rust interface for WebRTC"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user