diff --git a/README.md b/README.md index b42b6c0..4ad0005 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the following to your `build.gradle` file to use the plugin: ```groovy plugins { - id "org.docstr.gwt version "2.0.2-alpha" + id "org.docstr.gwt version "2.0.3-alpha" } gwt { @@ -47,7 +47,7 @@ buildscript { } } dependencies { - classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.2-alpha" + classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.3-alpha" } } diff --git a/doc/Configuration.md b/doc/Configuration.md index d3266a5..45f01de 100644 --- a/doc/Configuration.md +++ b/doc/Configuration.md @@ -7,7 +7,7 @@ the minimal configuration required to use the plugin: ``` plugins { - id "org.docstr.gwt version "2.0.2-alpha" + id "org.docstr.gwt version "2.0.3-alpha" } gwt { diff --git a/examples/basic-gwt-project/build.gradle b/examples/basic-gwt-project/build.gradle index c07187e..5dc9a55 100644 --- a/examples/basic-gwt-project/build.gradle +++ b/examples/basic-gwt-project/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.docstr.gwt' version '2.0.2-alpha' + id 'org.docstr.gwt' version '2.0.3-alpha' } group = 'com.example'