Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raphiz committed Jan 4, 2023
1 parent 6b004eb commit 4c50f8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -55,12 +55,12 @@ When using Gradle, I highly recommend to create a separate [test suite](https://

**Gradle Kotlin DSL**
```kotlin
testImplementation("io.github.raphiz:spring-playwright-feature-specs:v0.1.0")
testImplementation("io.github.raphiz:spring-playwright-feature-specs:0.2.0")
```

**Gradle**
```groovy
testImplementation 'io.github.raphiz:spring-playwright-feature-specs:v0.1.0'
testImplementation 'io.github.raphiz:spring-playwright-feature-specs:0.2.0'
```


Expand All @@ -71,7 +71,7 @@ testImplementation 'io.github.raphiz:spring-playwright-feature-specs:v0.1.0'
<dependency>
<groupId>io.github.raphiz</groupId>
<artifactId>spring-playwright-feature-specs</artifactId>
<version>v0.1.0</version>
<version>0.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 4c50f8c

Please sign in to comment.