Skip to content

Commit

Permalink
Release version: 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Oct 25, 2024
1 parent e582a57 commit 72c265b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ buildscript {
}
}
dependencies {
classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.10-alpha"
classpath "org.docstr.gwt:gwt-gradle-plugin:2.0.11-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:

```groovy
plugins {
id "org.docstr.gwt" version "2.0.7-alpha"
id "org.docstr.gwt" version "2.0.11-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.7-alpha"
id "org.docstr.gwt" version "2.0.11-alpha"
}

group = 'com.example'
Expand Down

0 comments on commit 72c265b

Please sign in to comment.