Version bump to 0.4

This commit is contained in:
Maschell 2017-04-27 19:30:56 +02:00
parent e70045ef1c
commit da80e946d0
2 changed files with 3 additions and 3 deletions

View File

@ -15,4 +15,4 @@ deployment:
branch: master
commands:
- go get github.com/tcnksm/ghr
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution! We recommend downloading a stable release from the README.' `echo "v0.3-nightly-$(git rev-parse --short=7 HEAD)"` ci/
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution! We recommend downloading a stable release from the README.' `echo "v0.4-nightly-$(git rev-parse --short=7 HEAD)"` ci/

View File

@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.ash</groupId>
<artifactId>HIDToVPADNetworkClient</artifactId>
<version>0.3</version>
<version>0.4</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<exec.mainClass>net.ash.HIDToVPADNetworkClient.Main</exec.mainClass>
<hidtest_version>0.1</hidtest_version>
<hidtest_version>0.2</hidtest_version>
</properties>
<name>HID To VPAD Network Client</name>