diff --git a/README.md b/README.md
index eb6871f..275bc4f 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,10 @@ It will register with Testerra Hooking system and uses the event bus to react on
### Requirements
-| Appium connector | Testerra |
-|------------------|---------------|
-| `>=1.1` | `>=1.3` |
-| `>=2.0` | `>=2.0` |
+| Appium connector | Testerra |
+|------------------|-------------|
+| `>=1.1` | `>=1.3` |
+| `2.0 - 2.2` | `2.0 - 2.3` |
### Usage
@@ -41,9 +41,9 @@ Gradle:
```groovy
// Version from this module
-implementation 'io.testerra:appium:2.1'
+implementation 'io.testerra:appium:2.2'
// Used Testerra version
-implementation 'io.testerra:driver-ui:2.1'
+implementation 'io.testerra:driver-ui:2.2'
implementation 'io.appium:java-client:7.3.0'
```
@@ -54,13 +54,13 @@ Maven:
io.testerra
appium
- 2.1
+ 2.2
io.testerra
driver-ui
- 2.1
+ 2.2
io.appium