Skip to content

Commit

Permalink
Prepared txt files for the release of version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBeN committed Jun 29, 2016
1 parent f7ddfb6 commit e109e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGELOG
=========

Current
-------
0.6
---

- Fixed bug `ia-mame <system> <software>` with wrong software should not
break the launch of Mame to display software name suggestions
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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:
Expand Down Expand Up @@ -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:

```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.tibennetwork</groupId>
<artifactId>ia-mame</artifactId>
<version>0.5</version>
<version>0.6</version>
<packaging>jar</packaging>
<name>ia-mame</name>
<url>https://github.com/TiBeN/ia-mame</url>
Expand Down

0 comments on commit e109e16

Please sign in to comment.