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 {