From e98832e6f84bc37c894c55ced70e2d635f47625f Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 16 Apr 2019 11:00:15 +0200 Subject: [PATCH] Version bump to 0.2 --- .circleci/config.yml | 2 +- README.md | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78c5ef7..61a8dbf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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/ \ No newline at end of file diff --git a/README.md b/README.md index e01bc68..90ab228 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pom.xml b/pom.xml index c9083db..68f145e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.mas.wiiu.jnus fuse-wiiu - 0.1 + 0.2 jar fuse-wiiu