Skip to content

Commit dbb6dc8

Browse files
RBusarowkodiakhq[bot]
authored andcommitted
update docs versions
Signed-off-by: GitHub Actions <[email protected]>
1 parent 223a357 commit dbb6dc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/docs/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_label: Configuration
66

77
``` kotlin title="root/build.gradle.kts"
88
plugins {
9-
id("com.rickbusarow.module-check") version "0.11.2"
9+
id("com.rickbusarow.module-check") version "0.11.3"
1010
}
1111

1212
moduleCheck {

website/docs/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pluginManagement {
3737
// top-level build.gradle.kts
3838

3939
plugins {
40-
id("com.rickbusarow.module-check") version "0.11.2"
40+
id("com.rickbusarow.module-check") version "0.11.3"
4141
}
4242
```
4343

@@ -59,7 +59,7 @@ pluginManagement {
5959
// top-level build.gradle
6060
6161
plugins {
62-
id 'com.rickbusarow.module-check' version '0.11.2'
62+
id 'com.rickbusarow.module-check' version '0.11.3'
6363
}
6464
```
6565

0 commit comments

Comments
 (0)