mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-14 09:23:51 +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.
|
||||
* Improved handling edge cases in backfill system.
|
||||
|
|
2
main.go
2
main.go
|
@ -268,7 +268,7 @@ func main() {
|
|||
Name: "mautrix-whatsapp",
|
||||
URL: "https://github.com/mautrix/whatsapp",
|
||||
Description: "A Matrix-WhatsApp puppeting bridge.",
|
||||
Version: "0.4.0",
|
||||
Version: "0.5.0",
|
||||
ProtocolName: "WhatsApp",
|
||||
|
||||
CryptoPickleKey: "maunium.net/go/mautrix-whatsapp",
|
||||
|
|
Loading…
Reference in a new issue