Skip to content

Commit e8e6fa6

Browse files
committed
Release version: 2.2.9
1 parent a2f1075 commit e8e6fa6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To use this plugin, add the following to your `build.gradle` file:
4343

4444
```
4545
plugins {
46-
id "org.docstr.gwt" version "2.2.8"
46+
id "org.docstr.gwt" version "2.2.9"
4747
}
4848
4949
gwt {
@@ -63,7 +63,7 @@ buildscript {
6363
}
6464
}
6565
dependencies {
66-
classpath "org.docstr.gwt:org.docstr.gwt.gradle.plugin:2.2.8"
66+
classpath "org.docstr.gwt:org.docstr.gwt.gradle.plugin:2.2.9"
6767
}
6868
}
6969

doc/latest/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the minimal configuration required to use the plugin:
77

88
```groovy
99
plugins {
10-
id "org.docstr.gwt" version "2.2.8"
10+
id "org.docstr.gwt" version "2.2.9"
1111
}
1212
1313
gwt {

doc/latest/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To use this plugin, add the following to your `build.gradle` file:
4242

4343
```
4444
plugins {
45-
id "org.docstr.gwt" version "2.2.8"
45+
id "org.docstr.gwt" version "2.2.9"
4646
}
4747
4848
gwt {
@@ -62,7 +62,7 @@ buildscript {
6262
}
6363
}
6464
dependencies {
65-
classpath "org.docstr.gwt:org.docstr.gwt.gradle.plugin:2.2.8"
65+
classpath "org.docstr.gwt:org.docstr.gwt.gradle.plugin:2.2.9"
6666
}
6767
}
6868

doc/latest/Quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the GWT Gradle Plugin to your `build.gradle` file:
2727

2828
```groovy
2929
plugins {
30-
id "org.docstr.gwt" version "2.2.8"
30+
id "org.docstr.gwt" version "2.2.9"
3131
}
3232
```
3333

0 commit comments

Comments
 (0)