aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorDanny van Bruggen <lol@meuk.info>2017-01-30 20:06:40 +0100
committerGitHub <noreply@github.com>2017-01-30 20:06:40 +0100
commitc42cb672c6b4843fec70f193e73676f93d31e547 (patch)
tree5f1c80cda6f769da5a20197c60ba14f8a0a63031 /readme.md
parent5b289a69b773d67ccb78dac81f62707a577719ba (diff)
downloadjavaparser-c42cb672c6b4843fec70f193e73676f93d31e547.tar.gz
Update versio
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3dfb13faf..158680783 100644
--- a/readme.md
+++ b/readme.md
@@ -32,7 +32,7 @@ The project binaries are available in Maven Central. Just add the following to
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</dependency>
```