Skip to content

Commit cd57bf3

Browse files
authored
Merge pull request #368 from apache/zkaoudi-patch-4
Update README.md
2 parents d8e5ba5 + 237e373 commit cd57bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ You first have to build the binaries as shown [here](guides/tutorial.md).
6060
Once you have the binaries built, follow these steps to install Wayang:
6161

6262
```shell
63-
tar -xvf wayang-0.6.1-snapshot.tar.gz
64-
cd wayang-0.6.1-SNAPSHOT
63+
tar -xvf wayang-0.7.1-snapshot.tar.gz
64+
cd wayang-0.7.1-SNAPSHOT
6565
```
6666

6767
In linux
@@ -100,7 +100,7 @@ Wayang is available via Maven Central. To use it with Maven, include the followi
100100
<dependency>
101101
<groupId>org.apache.wayang</groupId>
102102
<artifactId>wayang-***</artifactId>
103-
<version>0.6.0</version>
103+
<version>0.7.1</version>
104104
</dependency>
105105
```
106106
Note the `***`: Wayang ships with multiple modules that can be included in your app, depending on how you want to use it:

0 commit comments

Comments
 (0)