From 82470705fdd5385d054d6228940f5f2c9b5843d6 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 26 Jun 2018 06:04:49 +0200 Subject: [PATCH] bump version to 0.0.3 --- 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 82c7901..4808eb4 100644 --- a/desktop/remote-touchpad.appdata.xml +++ b/desktop/remote-touchpad.appdata.xml @@ -18,18 +18,19 @@ https://github.com/Unrud/remote-touchpad Unrud + - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/3.png diff --git a/main.go b/main.go index 344d324..3af536e 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "0.0.2" + version string = "0.0.3" ) func processCommand(plugin Plugin, command string) error {