Version bump to 0.2

This commit is contained in:
Maschell 2019-04-16 11:00:15 +02:00
parent 889b790afd
commit e98832e6f8
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ jobs:
export GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
go get github.com/tcnksm/ghr
ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution!' `echo "v0.1-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!' `echo "v0.2-nightly-$(git rev-parse --short=7 HEAD)"` ci/
- store_artifacts:
path: ci/

View File

@ -3,7 +3,7 @@ fuse-wiiu is an easy way to extract data from Wii U titles in various formats.
It's compatible to:
- Title in the installable format (.tmd, .app, .h3 etc.)
- Multiple versions of a title in the installable format (.tmd, .app, .h3 etc.)
- Wii U disc images (WUD and WUX), including kiosk discs
- Wii U disc images (WUD, WUX and splitted WUD), including kiosk discs
fuse-wiiu requires Java 8 and fuse implementation thats compatible to you OS and CPU architecture.
# Setup

View File

@ -5,7 +5,7 @@
<groupId>de.mas.wiiu.jnus</groupId>
<artifactId>fuse-wiiu</artifactId>
<version>0.1</version>
<version>0.2</version>
<packaging>jar</packaging>
<name>fuse-wiiu</name>