Skip to content

Commit

Permalink
bump readme versions, tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandander committed Apr 17, 2022
1 parent 0bcc5a2 commit 74c3f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Add the following line(s) to the dependencies section in your
<dependency>
<groupId>ai.test.sdk</groupId>
<artifactId>test-ai-selenium</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
````

**build.gradle (Gradle)**
```groovy
implementation 'ai.test.sdk:test-ai-selenium:0.1.0'
implementation 'ai.test.sdk:test-ai-selenium:0.2.0'
```

## Tutorial
Expand Down

0 comments on commit 74c3f2c

Please sign in to comment.