diff --git a/README.md b/README.md
index 55cca78..4da10f0 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ You can also download all development versions from [Bintray](https://bintray.co
## Compatibility
The latest CLI is always compatible with all database frameworks of the same major version.
-For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.2 but not with database framework 2.x.
+For example CLI-3.1.0 is compatible with database framework 3.0.0-3.1.* but not with database framework 2.x.
## Localization and NLS settings
utPLSQL-cli will use the environment variables "LC_ALL" or "LANG" to change the locale and therefore the client NLS settings.
@@ -242,7 +242,7 @@ UT_XUNIT_REPORTER:
## Using utPLSQL-cli as sysdba
-Since 3.1.3 it is possible to run utPLSQL-cli as sysdba by running
+Since 3.1.6 it is possible to run utPLSQL-cli as sysdba by running
```
utplsql run "sys as sysdba"/pw@connectstring
diff --git a/pom.xml b/pom.xml
index e779ae6..ba8928f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.utplsql
cli
- 3.1.3-SNAPSHOT
+ 3.1.6
jar
cli
@@ -22,7 +22,7 @@
org.utplsql
java-api
- 3.1.3-SNAPSHOT
+ 3.1.6
compile