Bump version to v0.2.2
This commit is contained in:
parent
d027e1b147
commit
98d9fd5a95
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# v0.2.2 (2023-11-16)
|
||||
|
||||
No notable changes.
|
||||
|
||||
# v0.2.1 (2023-10-16)
|
||||
|
||||
* Added notice messages to management room if phone stops responding.
|
||||
|
|
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.1",
|
||||
Version: "0.2.2",
|
||||
ProtocolName: "Google Messages",
|
||||
BeeperServiceName: "gmessages",
|
||||
BeeperNetworkName: "gmessages",
|
||||
|
|
Loading…
Reference in a new issue