Skip to content

Commit

Permalink
Bump to version v0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-signal committed Nov 6, 2024
1 parent 7b75ede commit 0a06f69
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 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 LibSignalClient.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

s.homepage = 'https://github.com/signalapp/libsignal'
Expand Down
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

allprojects {
version = "0.60.2"
version = "0.61.0"
group = "org.signal"
}

Expand Down
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/libsignal-client",
"version": "0.60.2",
"version": "0.61.0",
"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.60.2"
version = "0.61.0"
authors = ["Signal Messenger LLC"]
edition = "2021"
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.60.2"
version = "0.61.0"
authors = ["Signal Messenger LLC"]
edition = "2021"
license = "AGPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion rust/bridge/jni/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[package]
name = "libsignal-jni-testing"
version = "0.60.2"
version = "0.61.0"
authors = ["Signal Messenger LLC"]
edition = "2021"
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.60.2"
version = "0.61.0"
authors = ["Signal Messenger LLC"]
license = "AGPL-3.0-only"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion rust/core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

// The value of this constant is updated by the script
// and should not be manually modified
pub const VERSION: &str = "0.60.2";
pub const VERSION: &str = "0.61.0";

0 comments on commit 0a06f69

Please # to comment.