bump version to 0.0.2

This commit is contained in:
Unrud 2018-06-25 06:12:41 +02:00
parent 5c294e6c84
commit 1c7a277328
2 changed files with 5 additions and 4 deletions

View file

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

View file

@ -43,7 +43,7 @@ const (
authenticationRateBurst int = 10 authenticationRateBurst int = 10
challengeLength int = 8 challengeLength int = 8
defaultBind string = ":0" defaultBind string = ":0"
version string = "0.0.1" version string = "0.0.2"
) )
func processCommand(plugin Plugin, command string) error { func processCommand(plugin Plugin, command string) error {