Skip to content

Commit

Permalink
Bump version to v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-signal committed Feb 10, 2021
1 parent 60dc1e1 commit 830779b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion src/node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 830779b

Please sign in to comment.