From e4c0c92d03fb584bce4bbc4504ed528be3eb33f3 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sat, 4 May 2019 22:26:51 +0200 Subject: [PATCH] bump version to 0.0.13 --- CHANGELOG.md | 5 +++++ .../com.github.unrud.RemoteTouchpad.appdata.xml | 16 ++++++++++++---- main.go | 2 +- 3 files changed, 18 insertions(+), 5 deletions(-) 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
  • +
+
+
    @@ -113,16 +121,16 @@ - 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 {