Skip to content

Commit 7e3113f

Browse files
committed
doc: update README.md
1 parent 2820bc3 commit 7e3113f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It is pretty simple to use this plugin. Just add the following code to your `bui
1717

1818
```kt
1919
plugins {
20-
id("org.allaymc.gradle.plugin").version("0.1.0")
20+
id("org.allaymc.gradle.plugin").version("0.1.1")
2121
}
2222

2323
group = "org.allaymc.gradle.sample"
@@ -26,7 +26,7 @@ description = "Test plugin for AllayGradle!"
2626

2727
allay {
2828
// API version (required if `apiOnly = true`).
29-
api = "0.15.0"
29+
api = "0.16.0"
3030

3131
// Set this field to `false` to access the server module to use the internal APIs. However, this is not
3232
// recommended as internal APIs can change at any time.
@@ -44,8 +44,8 @@ allay {
4444
// Or use the relative path if the project's group is set.
4545
// entrance = ".TestPlugin"
4646

47-
apiVersion = ">=0.15.0"
48-
// `api = ">=0.15.0" is equivalent here.
47+
apiVersion = ">=0.16.0"
48+
// `api = ">=0.16.0" is equivalent here.
4949

5050
authors += "Cdm2883"
5151
website = "https://github.com/AllayMC/AllayGradle"

0 commit comments

Comments
 (0)