Skip to content

Commit

Permalink
Bump to version v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrose-signal committed Feb 9, 2022
1 parent 3477c38 commit e2f4c45
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions 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 SignalClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'SignalClient'
s.version = '0.12.2'
s.version = '0.12.3'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'

s.homepage = 'https://github.com/signalapp/libsignal-client'
Expand Down
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
subprojects {
ext.version_number = "0.12.2"
ext.version_number = "0.12.3"
ext.group_info = "org.whispersystems"

if (JavaVersion.current().isJava8Compatible()) {
Expand Down
3 changes: 2 additions & 1 deletion java/code_size.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
{ "version": "0.11.0", "size": 2112824 },
{ "version": "0.12.0", "size": 2133304 },
{ "version": "0.12.1", "size": 2133304 },
{ "version": "0.12.2", "size": 2125112 }
{ "version": "0.12.2", "size": 2125112 },
{ "version": "0.12.3", "size": 2129208 }
]
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalapp/signal-client",
"version": "0.12.2",
"version": "0.12.3",
"license": "AGPL-3.0-only",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion rust/bridge/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "libsignal-ffi"
version = "0.12.2"
version = "0.12.3"
authors = ["Jack Lloyd <jack@signal.org>"]
edition = "2018"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion rust/bridge/jni/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "libsignal-jni"
version = "0.12.2"
version = "0.12.3"
authors = ["Jack Lloyd <jack@signal.org>"]
edition = "2018"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion rust/bridge/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "libsignal-node"
version = "0.12.2"
version = "0.12.3"
authors = ["Jordan Rose <jrose@signal.org>", "Jack Lloyd <jack@signal.org>"]
license = "AGPL-3.0-only"
edition = "2018"
Expand Down

0 comments on commit e2f4c45

Please sign in to comment.