Skip to content

Commit 4b368ba

Browse files
committed
Updated version
1 parent e38e87a commit 4b368ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ For maven based project add the below dependency
3232
<dependency>
3333
<groupId>io.github.automated-a11y</groupId>
3434
<artifactId>java-a11y-playwright</artifactId>
35-
<version>1.0-SNAPSHOT</version>
35+
<version>1.0.1</version>
3636
</dependency>
3737
```
3838

3939
For gradle based project add the below dependency
4040

4141
```
42-
implementation group: 'io.github.automated-a11y', name: 'java-a11y-playwright', version: '1.0-SNAPSHOT'
42+
implementation group: 'io.github.automated-a11y', name: 'java-a11y-playwright', version: '1.0.1'
4343
```
4444

4545
For non gradle/maven project download the jar from below-mentioned link and add it to CLASSPATH for your project

0 commit comments

Comments
 (0)