Skip to content

Commit 0aa7ac3

Browse files
authored
Update README.md
1 parent 43fbc66 commit 0aa7ac3

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
@@ -13,7 +13,7 @@ Self-healing library for Selenium Web-based tests
1313
for Gradle projects:
1414
```
1515
dependencies {
16-
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.3'
16+
compile group: 'com.epam.healenium', name: 'healenium-web', version: '3.5.4'
1717
}
1818
```
1919

@@ -22,7 +22,7 @@ for Maven projects:
2222
<dependency>
2323
<groupId>com.epam.healenium</groupId>
2424
<artifactId>healenium-web</artifactId>
25-
<version>3.5.3</version>
25+
<version>3.5.4</version>
2626
</dependency>
2727
```
2828
### 1. Init driver instance of SelfHealingDriver

0 commit comments

Comments
 (0)