Skip to content

Commit

Permalink
Prepare sources for release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TiBeN committed May 4, 2019
1 parent c403cbf commit 70df025
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
-------
1.2
---

- Add support for 0.202 collections
- Fix "illegal reflective access operation" warnings with recent Java versions
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Installation

- Install `ia-rcade` and make it executable:

$ sudo curl -fsSLo /usr/local/bin/ia-rcade https://github.com/TiBeN/ia-mame/releases/download/1.1/ia-rcade
$ sudo curl -fsSLo /usr/local/bin/ia-rcade https://github.com/TiBeN/ia-mame/releases/download/1.2/ia-rcade
$ sudo chmod +x /usr/local/bin/ia-rcade

- Tell `ia-rcade` where is your Mame executable by making it available
Expand All @@ -77,7 +77,7 @@ Installation
### Windows

- Download
[ia-rcade.exe](https://github.com/TiBeN/ia-rcade/releases/download/1.1/ia-rcade.exe)
[ia-rcade.exe](https://github.com/TiBeN/ia-rcade/releases/download/1.2/ia-rcade.exe)
and place it on the folder where is your mame.exe

You can alternatively place it somewhere else and use the \$MAME\_EXEC
Expand Down Expand Up @@ -128,7 +128,7 @@ Let's try Pacman. Open a console `cmd` then type:
### Executable JAR

Alternatively, the provided [executable
jar](https://github.com/TiBeN/ia-rcade/releases/download/1.1/ia-rcade.jar)
jar](https://github.com/TiBeN/ia-rcade/releases/download/1.2/ia-rcade.jar)
can be used directly:

$ java -jar ia-rcade.jar sf2
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-rcade</artifactId>
<version>1.1</version>
<version>1.2</version>
<packaging>jar</packaging>
<name>ia-rcade</name>
<url>https://github.com/TiBeN/ia-rcade</url>
Expand Down

0 comments on commit 70df025

Please sign in to comment.