diff --git a/circle.yml b/circle.yml index 164edaf..ebaa915 100644 --- a/circle.yml +++ b/circle.yml @@ -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/ diff --git a/pom.xml b/pom.xml index 16a76eb..0430662 100644 --- a/pom.xml +++ b/pom.xml @@ -4,13 +4,13 @@ 4.0.0 net.ash HIDToVPADNetworkClient - 0.3 + 0.4 UTF-8 UTF-8 net.ash.HIDToVPADNetworkClient.Main - 0.1 + 0.2 HID To VPAD Network Client