Skip to content

Commit

Permalink
Version 1.0.1 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hampe committed Apr 17, 2014
1 parent bae563a commit c7c2dea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
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>de.spareribsproduction.madn</groupId>
<artifactId>Mensch-aergere-dich-nicht</artifactId>
<version>0.0.3</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>Maven Quick Start Archetype</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/spareripsproduction/madn/client/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void render(Graphics2D context) {
this.activeScene.render(context);
if (this.environment.equals(Game.ENV_DEV)) {
this.fps.render(context);
this.version.render(context);
//this.version.render(context);
}

}
Expand Down
22 changes: 11 additions & 11 deletions src/main/resources/git.properties
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#Generated by Git-Commit-Id-Plugin
#Tue Mar 25 16:47:28 CET 2014
git.commit.id.abbrev=2e98a20
#Thu Apr 17 22:19:59 CEST 2014
git.commit.id.abbrev=bae563a
git.commit.user.email=th.hampe@gmail.com
git.commit.message.full=Merge branch 'release/0.0.3'\n
git.commit.id=2e98a202f5042e26353e6098be1820ca4a3a2a37
git.commit.message.short=Merge branch 'release/0.0.3'
git.commit.message.full=Reformat Code\n
git.commit.id=bae563a78e98baf085abfd072a45613191a5f91c
git.commit.message.short=Reformat Code
git.commit.user.name=Thomas Hampe
git.build.user.name=Thomas Hampe
git.commit.id.describe=0.0.3
git.build.user.email=th.hampe@gmail.com
git.branch=master
git.commit.time=25.03.2014 16\:39\:56
git.build.time=25.03.2014 16\:47\:28
git.remote.origin.url=https\://thampe@github.com/SpareRips-Productions/Mensch-aergere-dich-nicht.git
git.commit.id.describe=0.0.3-70-gbae563a-dirty
git.build.user.email=th.hampe@gmail.com
git.branch=release/1.0.1
git.commit.time=17.04.2014 22\:14\:29
git.build.time=17.04.2014 22\:19\:59
git.remote.origin.url=https\://github.com/SpareRips-Productions/Mensch-aergere-dich-nicht

0 comments on commit c7c2dea

Please sign in to comment.