Prepare release v0.5.4

v0.5 v0.5.4
Martin Dosch 2 years ago
parent 2a5973eca3
commit 22dcb65bfc
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog # Changelog
## Unreleased ## [v0.5.4] 2022-09-30
### Changed ### Changed
- Fix http-upload. - Fix http-upload.

@ -5,7 +5,7 @@
package main package main
const ( const (
version = "0.5.4-devel" version = "0.5.4"
nsDiscoInfo = "http://jabber.org/protocol/disco#info" nsDiscoInfo = "http://jabber.org/protocol/disco#info"
nsDiscoItems = "http://jabber.org/protocol/disco#items" nsDiscoItems = "http://jabber.org/protocol/disco#items"
nsEme = "urn:xmpp:eme:0" nsEme = "urn:xmpp:eme:0"

Loading…
Cancel
Save