Skip to content

Commit 31cf7d2

Browse files
committed
Bump version in README
1 parent f8d61b5 commit 31cf7d2

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
@@ -14,7 +14,7 @@ Add the Maven dependency:
1414
<dependency>
1515
<groupId>io.tarantool</groupId>
1616
<artifactId>testcontainers-java-tarantool</artifactId>
17-
<version>0.4.3</version>
17+
<version>0.4.4</version>
1818
</dependency>
1919
```
2020

@@ -137,7 +137,7 @@ testapp.s2-replica:
137137
http_port: 8085
138138
```
139139

140-
and the file `topology.lua` conatains a custom script which sets up the cluster topology using the Cartridge API:
140+
and the file `topology.lua` contains a custom script which sets up the cluster topology using the Cartridge API:
141141

142142
```lua
143143
cartridge = require('cartridge')

0 commit comments

Comments
 (0)