Skip to content

Commit

Permalink
Updated current version to 2.0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Oct 25, 2024
1 parent ddd368e commit e598172
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-gwt-project/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit e598172

Please sign in to comment.