Skip to content

Commit

Permalink
Release version: 2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Oct 25, 2024
1 parent 3063b35 commit 87e03be
Showing 1 changed file with 2 additions and 2 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:

```
plugins {
id "org.docstr.gwt version "2.0.9"
id "org.docstr.gwt version "2.0.10-alpha"
}
gwt {
Expand All @@ -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"
}
}
Expand Down

0 comments on commit 87e03be

Please sign in to comment.