diff --git a/pom.xml b/pom.xml
index 9dbd442..a5141a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
true
3.1.2
3.0.4
- 1.1.5
+ 1.1.6
0.0.1
diff --git a/runners/src/main/resources/web/app/components/GameController/GameController.jsx b/runners/src/main/resources/web/app/components/GameController/GameController.jsx
index b56aa64..5689f92 100644
--- a/runners/src/main/resources/web/app/components/GameController/GameController.jsx
+++ b/runners/src/main/resources/web/app/components/GameController/GameController.jsx
@@ -81,7 +81,7 @@ function Main(props) {
default:
return (
-
+
Waiting for game...
);