Skip to content

Commit

Permalink
Update version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomount committed Feb 28, 2018
1 parent 33dab2c commit 45dc145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="dir.workspace" value="."/>
<property name="dir.jarfile" value="./build-jar/"/>
<target name="create_run_jar">
<jar destfile="${dir.jarfile}/JHeroes1-1-0.jar" filesetmanifest="mergewithoutmain">
<jar destfile="${dir.jarfile}/JHeroes1-1-1.jar" filesetmanifest="mergewithoutmain">
<manifest>
<attribute name="Main-Class" value="org.jheroes.game.Game"/>
<attribute name="Class-Path" value="."/>
Expand Down

0 comments on commit 45dc145

Please sign in to comment.