From 1c7a2773287ac3a3735d0491d14d96b12d5bc787 Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 25 Jun 2018 06:12:41 +0200 Subject: [PATCH] bump version to 0.0.2 --- desktop/remote-touchpad.appdata.xml | 7 ++++--- main.go | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/desktop/remote-touchpad.appdata.xml b/desktop/remote-touchpad.appdata.xml index 1ef2038..82c7901 100644 --- a/desktop/remote-touchpad.appdata.xml +++ b/desktop/remote-touchpad.appdata.xml @@ -18,17 +18,18 @@ https://github.com/Unrud/remote-touchpad Unrud + - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/3.png diff --git a/main.go b/main.go index 394d5ea..ec057af 100644 --- a/main.go +++ b/main.go @@ -43,7 +43,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "0.0.1" + version string = "0.0.2" ) func processCommand(plugin Plugin, command string) error {