Skip to content

Commit 3bbe104

Browse files
authored
Fix version for main branch to cut release (#40)
1 parent 3f9695e commit 3bbe104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the wiki for v1 docs. It is recommended to upgrade to v2.0. Migration help can
1616
<dependency>
1717
<groupId>io.github.uchagani</groupId>
1818
<artifactId>junit-playwright</artifactId>
19-
<version>3.0</version>
19+
<version>3.0.1</version>
2020
</dependency>
2121
```
2222

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.uchagani</groupId>
88
<artifactId>junit-playwright</artifactId>
9-
<version>3.1-SNAPSHOT</version>
9+
<version>3.0.1</version>
1010

1111
<name>junit-playwright</name>
1212
<description>junit-playwright allows you to easily run Playwright-Java tests in parallel</description>

0 commit comments

Comments
 (0)