Skip to content

Commit

Permalink
bump dependencies to 1.18.2 and version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Jun 1, 2022
1 parent 989cb45 commit d722693
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'in.thekreml'
version '0.2.0'
version '0.3.0'

repositories {
mavenCentral()
Expand All @@ -13,7 +13,7 @@ repositories {
}

dependencies {
compileOnly 'io.papermc.paper:paper-api:1.18.1-R0.1-SNAPSHOT'
compileOnly 'io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT'
compileOnly 'com.github.MilkBowl:VaultAPI:1.7.1'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.7.0'
compileOnly 'com.comphenix.protocol:ProtocolLib:4.8.0'
}
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
main: in.thekreml.reuseit.ReuseIt
name: reuse-it
version: 0.2.0
version: 0.3.0
api-version: 1.18
depend: [Vault]
commands:
Expand Down

0 comments on commit d722693

Please sign in to comment.