Skip to content

Commit

Permalink
[readme] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Dec 2, 2023
1 parent 94296b2 commit c16c0cc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ When using `TestNG` as a testing framework.
## Gradle
Add to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:webdrivershooter:1.0.0")
implementation("com.github.ngoanh2n:webdrivershooter:1.1.0")
```

## Maven
Expand All @@ -70,7 +70,7 @@ Add to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdrivershooter</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webdrivershooter-junit5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When using JUnit Jupiter as a testing framework, `webdrivershooter-junit5` shoul
## Gradle
Add to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:webdrivershooter-junit5:1.0.0")
implementation("com.github.ngoanh2n:webdrivershooter-junit5:1.1.0")
```

## Maven
Expand All @@ -33,7 +33,7 @@ Add to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdrivershooter-junit5</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webdrivershooter-selenide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When using Selenide directly, `webdrivershooter-selenide` should be used.
## Gradle
Add to `build.gradle`.
```gradle
implementation("com.github.ngoanh2n:webdrivershooter-selenide:1.0.0")
implementation("com.github.ngoanh2n:webdrivershooter-selenide:1.1.0")
```

## Maven
Expand All @@ -33,7 +33,7 @@ Add to `pom.xml`.
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdrivershooter-selenide</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions webdrivershooter-testng/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When using TestNG as a testing framework, `webdrivershooter-testng` should be us
## Gradle
Add to `build.gradle`
```gradle
implementation("com.github.ngoanh2n:webdrivershooter-testng:1.0.0")
implementation("com.github.ngoanh2n:webdrivershooter-testng:1.1.0")
```

## Maven
Expand All @@ -33,7 +33,7 @@ Add to `pom.xml`
<dependency>
<groupId>com.github.ngoanh2n</groupId>
<artifactId>webdrivershooter-testng</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down

0 comments on commit c16c0cc

Please sign in to comment.