Skip to content

Commit fed50ef

Browse files
committed
version: 3.0
1 parent 557f161 commit fed50ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repositories {
3737
}
3838
3939
dependencies {
40-
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.2")
40+
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.3")
4141
}
4242
```
4343

build.gradle.kts

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

77
// Common configurations for all Mimic projects
88
subprojects {
9-
version = "0.3-SNAPSHOT"
9+
version = "0.3"
1010
group = "ru.endlesscode.mimic"
1111

1212
configureProject()

0 commit comments

Comments
 (0)