diff --git a/CHANGELOG.md b/CHANGELOG.md
index 632a0bb..831d6ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 0.0.13 (2019-05-04)
+
+ * Flatpak: Update dependencies
+ * AppStream: Fix release descriptions
+
## 0.0.12 (2018-12-08)
* fix the browser Forward button
diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
index 74d0939..c6d6516 100644
--- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
+++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml
@@ -19,6 +19,14 @@
https://github.com/Unrud/remote-touchpad
Unrud
+
+
+
+ - Flatpak: Update dependencies
+ - AppStream: Fix release descriptions
+
+
+
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/1.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.13/screenshots/1.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/2.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.13/screenshots/2.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/3.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.13/screenshots/3.png
- https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.12/screenshots/4.png
+ https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.13/screenshots/4.png
diff --git a/main.go b/main.go
index a79d163..77b4e98 100644
--- a/main.go
+++ b/main.go
@@ -45,7 +45,7 @@ const (
authenticationRateBurst int = 10
challengeLength int = 8
defaultBind string = ":0"
- version string = "0.0.12"
+ version string = "0.0.13"
)
func processCommand(backend Backend, command string) error {