diff --git a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml index c5d9de2..cf0b0bf 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.appdata.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.appdata.xml @@ -19,6 +19,13 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Update dependencies
  • +
+
+
    @@ -169,16 +176,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/1.0.0/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.1/screenshots/4.png diff --git a/main.go b/main.go index 27ff453..1e22bf6 100644 --- a/main.go +++ b/main.go @@ -45,7 +45,7 @@ const ( authenticationRateBurst int = 10 challengeLength int = 8 defaultBind string = ":0" - version string = "1.0.0" + version string = "1.0.1" pretty_app_name string = "Remote Touchpad" )