Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maru32768 committed Mar 25, 2022
1 parent 6a1712b commit a295fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ repositories {
}
dependencies {
implementation "com.github.TeamKun.CommandLib:bukkit:0.2.3"
implementation 'com.github.TeamKun.ConfigLib:bukkit:0.10.1'
implementation "com.github.TeamKun.CommandLib:bukkit:0.2.4"
implementation 'com.github.TeamKun.ConfigLib:bukkit:0.11.0'
}
shadowJar {
Expand All @@ -50,8 +50,8 @@ repositories {
}
dependencies {
implementation "com.github.TeamKun.CommandLib:forge:0.2.3"
implementation "com.github.TeamKun.ConfigLib:forge:0.10.1"
implementation "com.github.TeamKun.CommandLib:forge:0.2.4"
implementation "com.github.TeamKun.ConfigLib:forge:0.11.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.10.1"
version = "0.11.0"
}

subprojects {
Expand Down

0 comments on commit a295fe6

Please sign in to comment.