Skip to content

Commit

Permalink
Updated minor version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
CBenoit committed Mar 30, 2016
1 parent 582fd91 commit a21715a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.fxbuild
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ASCII"?>
<anttasks:AntTask xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:anttasks="http://org.eclipse.fx.ide.jdt/1.0" buildDirectory="${project}/build">
<deploy packagingFormat="all">
<application name="RNGames" mainclass="fr.utbm.rngames.App" version="1.2.1"/>
<application name="RNGames" mainclass="fr.utbm.rngames.App" version="1.3.0"/>
<info title="RNGames" vendor="utbm.fr"/>
</deploy>
<signjar/>
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 @@

<groupId>fr.utbm</groupId>
<artifactId>rngames</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>RNGames</name>
Expand Down

0 comments on commit a21715a

Please sign in to comment.