diff --git a/CHANGELOG.md b/CHANGELOG.md index d71cf02..da04a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.3 (2021-09-18) + +* Update dependencies + ## 1.0.2 (2021-06-05) * New logo diff --git a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml index 2656552..84ab1a9 100644 --- a/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml +++ b/desktop/com.github.unrud.RemoteTouchpad.metainfo.xml @@ -19,6 +19,13 @@ https://github.com/Unrud/remote-touchpad Unrud + + +
    +
  • Update dependencies
  • +
+
+
    @@ -184,16 +191,16 @@ - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/1.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.3/screenshots/1.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/2.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.3/screenshots/2.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/3.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.3/screenshots/3.png - https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.2/screenshots/4.png + https://raw.githubusercontent.com/Unrud/remote-touchpad/v1.0.3/screenshots/4.png diff --git a/main.go b/main.go index 98467f2..5ba39ae 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.2" + version string = "1.0.3" pretty_app_name string = "Remote Touchpad" )