diff --git a/README.md b/README.md
index c38ac60..f0772fd 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ passes before making a PR.
## If you wish to install it on your own infrastructure:
-The .war should work fine on any Java EE web server. It is not bound by any server-specific property file or other things like that.
+The .war should work fine on any Java EE web server. It is not bound by any server-specific property file or other things like that.
Once deployed, it exposes the endpoint ``POST /api/notifications`` which accepts a ``JsonArray`` of format:
```
diff --git a/pom.xml b/pom.xml
index 0a5f1dc..5cee61a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.amihaiemil.web
charles-rest
- 1.2.2-SNAPSHOT
+ 1.2.3-SNAPSHOT
war
charles-rest
Github chatbot codebase