Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Nov 8, 2021
1 parent 6478d1e commit 24c1dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ The module will register automatically by using `ModuleHook`.
| `1.0-RC-13` | ` 1.0-RC-32` |
| `1.0-RC-14` | ` 1.0-RC-34` |
| `1.0.0` | ` 1.0.0` |
| `1.1 ... 1.3` | `>= 1.1` |
| `>= 1.4` | `>= 1.7` |
| `1.1 ... 1.3` | `1.1..1.6` |
| `1.4` | `1.7..1.8` |
| `1.5` | `>= 1.9` |

You need at least Selenoid 1.10.1 or above.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ targetCompatibility = JavaVersion.VERSION_1_8

ext {
// Minimum required Testerra version
testerraCompileVersion = '1.7'
testerraCompileVersion = '1.9'
// Unit tests use the latest Testerra version
testerraTestVersion = '[1.0,2-SNAPSHOT)'
testerraTestVersion = '[1.9,2-SNAPSHOT)'
moduleVersion = '1-SNAPSHOT'
if (System.properties.containsKey('moduleVersion')) {
moduleVersion = System.getProperty('moduleVersion')
Expand Down

0 comments on commit 24c1dd2

Please sign in to comment.