From e109e165427856dd0c663fe05f4857e456dac39f Mon Sep 17 00:00:00 2001 From: Benjamin Legendre Date: Wed, 29 Jun 2016 14:15:32 +0200 Subject: [PATCH] Prepared txt files for the release of version 0.6 --- CHANGELOG.md | 4 ++-- README.md | 6 +++--- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 421530a..19e62b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -Current -------- +0.6 +--- - Fixed bug `ia-mame ` with wrong software should not break the launch of Mame to display software name suggestions diff --git a/README.md b/README.md index 6ccc2c8..abc1d0c 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Installation - Install ia-mame and make it executable: ```bash - $ sudo curl -fsSLo /usr/local/bin/ia-mame https://github.com/TiBeN/ia-mame/releases/download/0.5/ia-mame + $ sudo curl -fsSLo /usr/local/bin/ia-mame https://github.com/TiBeN/ia-mame/releases/download/0.6/ia-mame $ sudo chmod +x /usr/local/bin/ia-mame ``` @@ -59,7 +59,7 @@ Installation ### Windows - Download - [ia-mame.exe](https://github.com/TiBeN/ia-mame/releases/download/0.5/ia-mame.exe) and place it on the folder where is your mame.exe + [ia-mame.exe](https://github.com/TiBeN/ia-mame/releases/download/0.6/ia-mame.exe) and place it on the folder where is your mame.exe You can alternatively place it somewhere else and use the $MAME\_EXEC env variable: @@ -131,7 +131,7 @@ INFO: Downloading 25kB / ??kB, progress: ?? Alternatively, the provided [executable -jar](https://github.com/TiBeN/ia-mame/releases/download/0.5/ia-mame.jar) +jar](https://github.com/TiBeN/ia-mame/releases/download/0.6/ia-mame.jar) can be used directly: ``` diff --git a/pom.xml b/pom.xml index f45950e..78d7c41 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.tibennetwork ia-mame - 0.5 + 0.6 jar ia-mame https://github.com/TiBeN/ia-mame