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 {