Skip to content

Commit

Permalink
Prepared sources for release 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBeN committed Oct 9, 2016
1 parent 72623e2 commit eded2a3
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.9
---

- Upgraded the Windows executable generator "Launch4J Maven Plugin"
dependency to latest version (1.7.12) as an attempt to fix reported
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.8/ia-mame
$ sudo curl -fsSLo /usr/local/bin/ia-mame https://github.com/TiBeN/ia-mame/releases/download/0.9/ia-mame
$ sudo chmod +x /usr/local/bin/ia-mame
```

Expand All @@ -73,7 +73,7 @@ Installation
### Windows

- Download
[ia-mame.exe](https://github.com/TiBeN/ia-mame/releases/download/0.8/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.9/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 @@ -145,7 +145,7 @@ INFO: Downloading 25kB / ??kB, progress: ??

Alternatively, the provided
[executable
jar](https://github.com/TiBeN/ia-mame/releases/download/0.8/ia-mame.jar)
jar](https://github.com/TiBeN/ia-mame/releases/download/0.9/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.8</version>
<version>0.9</version>
<packaging>jar</packaging>
<name>ia-mame</name>
<url>https://github.com/TiBeN/ia-mame</url>
Expand Down

0 comments on commit eded2a3

Please sign in to comment.