mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-21 21:49:17 +01:00
Version bump to 0.4
This commit is contained in:
parent
e70045ef1c
commit
da80e946d0
@ -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/
|
||||
|
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user