Skip to content

Commit

Permalink
version: 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
osipxd committed Aug 8, 2020
1 parent 7dcab75 commit a918b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}
dependencies {
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.3")
compileOnly("ru.endlesscode.mimic:mimic-bukkit-api:0.4")
}
```

Expand All @@ -51,7 +51,7 @@ dependencies {
<dependency>
<groupId>ru.endlesscode.mimic</groupId>
<artifactId>mimic-bukkit-api</artifactId>
<version>0.3</version>
<version>0.4</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

// Common configurations for all Mimic projects
subprojects {
version = "0.3"
version = "0.4"
group = "ru.endlesscode.mimic"

configureProject()
Expand Down

0 comments on commit a918b97

Please sign in to comment.