Skip to content

Commit a918b97

Browse files
committed
version: 0.4
1 parent 7dcab75 commit a918b97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.3")
40+
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.4")
4141
}
4242
```
4343

@@ -51,7 +51,7 @@ dependencies {
5151
<dependency>
5252
<groupId>ru.endlesscode.mimic</groupId>
5353
<artifactId>mimic-bukkit-api</artifactId>
54-
<version>0.3</version>
54+
<version>0.4</version>
5555
<scope>provided</scope>
5656
</dependency>
5757
```

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"
9+
version = "0.4"
1010
group = "ru.endlesscode.mimic"
1111

1212
configureProject()

0 commit comments

Comments
 (0)