Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maru32768 committed Mar 25, 2022
1 parent 9e16a45 commit 56eb3af
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 @@ -24,7 +24,7 @@ repositories {
dependencies {
implementation "com.github.TeamKun.CommandLib:bukkit:0.2.3"
implementation 'com.github.TeamKun.ConfigLib:bukkit:0.9.1'
implementation 'com.github.TeamKun.ConfigLib:bukkit:0.10.0'
}
shadowJar {
Expand All @@ -51,7 +51,7 @@ repositories {
dependencies {
implementation "com.github.TeamKun.CommandLib:forge:0.2.3"
implementation "com.github.TeamKun.ConfigLib:forge:0.9.1"
implementation "com.github.TeamKun.ConfigLib:forge:0.10.0"
}
shadowJar {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

allprojects {
group "net.kunmc.lab"
version = "0.9.1"
version = "0.10.0"
}

subprojects {
Expand Down

0 comments on commit 56eb3af

Please sign in to comment.