bump version to 0.0.3
This commit is contained in:
parent
2fe8fb47b3
commit
82470705fd
2 changed files with 5 additions and 4 deletions
|
|
@ -18,18 +18,19 @@
|
||||||
<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.3" date="2018-06-26" />
|
||||||
<release version="0.0.2" date="2018-06-25" />
|
<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.2/screenshots/1.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/1.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/2.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/2.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.2/screenshots/3.png</image>
|
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.3/screenshots/3.png</image>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
|
|
|
||||||
2
main.go
2
main.go
|
|
@ -44,7 +44,7 @@ const (
|
||||||
authenticationRateBurst int = 10
|
authenticationRateBurst int = 10
|
||||||
challengeLength int = 8
|
challengeLength int = 8
|
||||||
defaultBind string = ":0"
|
defaultBind string = ":0"
|
||||||
version string = "0.0.2"
|
version string = "0.0.3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func processCommand(plugin Plugin, command string) error {
|
func processCommand(plugin Plugin, command string) error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue