diff --git a/README.md b/README.md
index dd286d9c..e7533a07 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,6 @@
Clarity is a parser for Dota 2 replay files written in Java.
-Version 2 offers a new event based interface to replay data, which will make usage much easier and more versatile for you.
-
-##### News
-
-Dota 2 Reborn is now the main client - and Clarity 2.1-SNAPSHOT is able to process all contents from new replays.
-Even console recorded replays now work.
-I will wait a bit until the dust settles, and then release this.
-
# Replay Data
clarity produces the following data you might be interested in from a replay. Choose from:
@@ -33,16 +25,16 @@ clarity produces the following data you might be interested in from a replay. Ch
# Usage
-Fetch the current stable version (2.0) from Maven Central with
+Fetch the current stable version (2.1) from Maven Central with
```XML
com.skadistats
clarity
- 2.0
+ 2.1
```
-Clarity 2.1 is work in progress and only available as a snapshot, so you got to add a pointer to the
+Clarity 2.2 is work in progress and only available as a snapshot, so you got to add a pointer to the
repository to your pom.xml (see the [pom.xml of clarity-examples](https://github.com/skadistats/clarity-examples/blob/master/pom.xml), which already does that)
To add the snapshot repository, add the following:
@@ -67,7 +59,7 @@ and then fetch the dependency with:
com.skadistats
clarity
- 2.1-SNAPSHOT
+ 2.2-SNAPSHOT
```
diff --git a/pom.xml b/pom.xml
index 02fa7444..efa8015e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.skadistats
clarity
- 2.1-SNAPSHOT
+ 2.1
jar
clarity
Clarity is a fast, almost complete replay parser for Dota 2.
@@ -48,7 +48,7 @@
com.skadistats
clarity-protobuf
- 3-SNAPSHOT
+ [4.0,5.0)
org.xerial.snappy
@@ -128,7 +128,7 @@
ossrh
https://oss.sonatype.org/
- false
+ true