bump version to 0.0.4

This commit is contained in:
Unrud 2018-07-22 10:38:10 +02:00
parent 5ef0e86ab8
commit 3a8ecb0b88
2 changed files with 5 additions and 4 deletions

View file

@ -18,19 +18,20 @@
<url type="homepage">https://github.com/Unrud/remote-touchpad</url>
<developer_name>Unrud</developer_name>
<releases>
<release version="0.0.4" date="2018-07-22" />
<release version="0.0.3" date="2018-06-26" />
<release version="0.0.2" date="2018-06-25" />
<release version="0.0.1" date="2018-06-23" />
</releases>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/1.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.4/screenshots/1.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/2.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.4/screenshots/2.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/3.png</image>
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.4/screenshots/3.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />

View file

@ -45,7 +45,7 @@ const (
challengeLength int = 8
defaultUpdateInterval int = 50
defaultBind string = ":0"
version string = "0.0.3"
version string = "0.0.4"
)
func processCommand(plugin Plugin, command string) error {