mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2025-01-06 12:55:53 +01:00
Bump version to v0.5.0
This commit is contained in:
parent
30c5be305a
commit
fd0d6f7640
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# v0.5.0 (unreleased)
|
# v0.5.0 (2022-06-16)
|
||||||
|
|
||||||
* Moved a lot of code to mautrix-go.
|
* Moved a lot of code to mautrix-go.
|
||||||
* Improved handling edge cases in backfill system.
|
* Improved handling edge cases in backfill system.
|
||||||
|
|
2
main.go
2
main.go
|
@ -268,7 +268,7 @@ func main() {
|
||||||
Name: "mautrix-whatsapp",
|
Name: "mautrix-whatsapp",
|
||||||
URL: "https://github.com/mautrix/whatsapp",
|
URL: "https://github.com/mautrix/whatsapp",
|
||||||
Description: "A Matrix-WhatsApp puppeting bridge.",
|
Description: "A Matrix-WhatsApp puppeting bridge.",
|
||||||
Version: "0.4.0",
|
Version: "0.5.0",
|
||||||
ProtocolName: "WhatsApp",
|
ProtocolName: "WhatsApp",
|
||||||
|
|
||||||
CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",
|
CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",
|
||||||
|
|
Loading…
Reference in a new issue