diff --git a/pom.xml b/pom.xml
index 240daf6..05751e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
tic-tac-toe
war
tic-tac-toe
- 1.1.0
+ 1.1.1
diff --git a/src/main/java/ch/evolutionsoft/game/tictactoe/view/GameView.java b/src/main/java/ch/evolutionsoft/game/tictactoe/view/GameView.java
index 24bc93f..64d86f5 100644
--- a/src/main/java/ch/evolutionsoft/game/tictactoe/view/GameView.java
+++ b/src/main/java/ch/evolutionsoft/game/tictactoe/view/GameView.java
@@ -48,7 +48,7 @@ public void initialize() {
this.game.addObserver(this);
this.initGame();
- gameLog.info("Tic Tac Toe Game started.");
+ gameLog.info("Tic Tac Toe Game initialized.");
}
@@ -79,6 +79,8 @@ public void move() {
public void newGame() {
this.initGame();
+
+ gameLog.info("Tic Tac Toe Game restarted.");
}
diff --git a/src/main/webapp/WEB-INF/liferay-plugin-package.properties b/src/main/webapp/WEB-INF/liferay-plugin-package.properties
index ccbf91f..0f8ce60 100644
--- a/src/main/webapp/WEB-INF/liferay-plugin-package.properties
+++ b/src/main/webapp/WEB-INF/liferay-plugin-package.properties
@@ -1,10 +1,10 @@
name=tic-tac-toe
module-group-id=tic-tac-toe
-module-incremental-version=2
+module-incremental-version=3
tags=game spiele tictactoe
short-description=Perfectly playing Tic Tac Toe portlet
change-log=
page-url=https://evolutionsoft.ch
author=EvolutionSoft
licenses=LGPL
-Bundle-Version: 1.1.0
+Bundle-Version=1.1.1