Bump version to v0.2.4
This commit is contained in:
parent
850727c676
commit
7d84b7100d
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# v0.2.4 (unreleased)
|
||||
# v0.2.4 (2024-01-16)
|
||||
|
||||
* Fixed panic handling read receipts if the user isn't connected.
|
||||
* Fixed some error states being persisted and not being cleared properly
|
||||
|
|
2
main.go
2
main.go
|
@ -172,7 +172,7 @@ func main() {
|
|||
Name: "mautrix-gmessages",
|
||||
URL: "https://github.com/mautrix/gmessages",
|
||||
Description: "A Matrix-Google Messages puppeting bridge.",
|
||||
Version: "0.2.3",
|
||||
Version: "0.2.4",
|
||||
ProtocolName: "Google Messages",
|
||||
BeeperServiceName: "gmessages",
|
||||
BeeperNetworkName: "gmessages",
|
||||
|
|
Loading…
Reference in a new issue