Skip to content

Commit

Permalink
Release version: 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Dec 2, 2024
1 parent b50b169 commit 4192926
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To use this plugin, add the following to your `build.gradle` file:

```
plugins {
id "org.docstr.gwt" version "2.1.0"
id "org.docstr.gwt" version "2.1.1"
}
gwt {
Expand All @@ -60,7 +60,7 @@ buildscript {
}
}
dependencies {
classpath "org.docstr.gwt:gwt-gradle-plugin:2.1.0"
classpath "org.docstr.gwt:gwt-gradle-plugin:2.1.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/latest/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.1.0"
id "org.docstr.gwt" version "2.1.1"
}
gwt {
Expand Down
4 changes: 2 additions & 2 deletions doc/latest/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use this plugin, add the following to your `build.gradle` file:

```
plugins {
id "org.docstr.gwt" version "2.1.0"
id "org.docstr.gwt" version "2.1.1"
}
gwt {
Expand All @@ -62,7 +62,7 @@ buildscript {
}
}
dependencies {
classpath "org.docstr.gwt:gwt-gradle-plugin:2.1.0"
classpath "org.docstr.gwt:gwt-gradle-plugin:2.1.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion doc/latest/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the GWT Gradle Plugin to your `build.gradle` file:

```groovy
plugins {
id "org.docstr.gwt" version "2.1.0"
id "org.docstr.gwt" version "2.1.1"
}
```

Expand Down

0 comments on commit 4192926

Please sign in to comment.