We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557f161 commit fed50efCopy full SHA for fed50ef
2 files changed
README.md
@@ -37,7 +37,7 @@ repositories {
37
}
38
39
dependencies {
40
- compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.2")
+ compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.3")
41
42
```
43
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
7
// Common configurations for all Mimic projects
8
subprojects {
9
- version = "0.3-SNAPSHOT"
+ version = "0.3"
10
group = "ru.endlesscode.mimic"
11
12
configureProject()
0 commit comments