diff --git a/README.md b/README.md index 955fc2b..e9a4a0f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the following to your `build.gradle` file to use the plugin: ``` plugins { - id "org.docstr.gwt version "2.0.9" + id "org.docstr.gwt version "2.0.10-alpha" } gwt { @@ -47,7 +47,7 @@ buildscript { } } dependencies { - classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.9" + classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.10-alpha" } }