summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6413e68..fa6f71e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Bindings are available in the maven central repository:
<dependency>
<groupId>org.freedesktop</groupId>
<artifactId>wayland</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
</dependency>
```
@@ -26,7 +26,7 @@ maven dependency to start using the bindings:
<dependency>
<groupId>org.freedesktop</groupId>
<artifactId>wayland</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</dependency>
```
@@ -38,7 +38,7 @@ Add
<dependency>
<groupId>org.freedesktop</groupId>
<artifactId>generator</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
<scope>provided</scope>
</dependency>
```
@@ -49,7 +49,7 @@ Add
<dependency>
<groupId>org.freedesktop</groupId>
<artifactId>stubs</artifactId>
- <version>1.1.1</version>
+ <version>1.2.0</version>
</dependency>
```
to your classpath.