Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byteful authored and byteful committed Aug 29, 2022
1 parent 275b6df commit ffeb7a5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'idea'
id 'maven-publish'
id "com.github.johnrengelman.shadow" version "7.1.0"
id "com.github.johnrengelman.shadow" version "7.1.2"
}

repositories {
Expand Down Expand Up @@ -37,7 +37,7 @@ repositories {
dependencies {
implementation 'de.tr7zw:item-nbt-api:2.9.2'
implementation 'com.github.Redempt:RedLib:6.5.2'
implementation 'com.github.cryptomorin:XSeries:8.8.0'
implementation 'com.github.cryptomorin:XSeries:9.0.0'
implementation 'co.aikar:acf-paper:0.5.1-SNAPSHOT'

compileOnly 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
Expand All @@ -46,15 +46,14 @@ dependencies {
}

group = 'me.byteful.plugin'
version = '1.2.8'
version = '1.3.0'
description = 'LevelTools'
java.sourceCompatibility = JavaVersion.VERSION_1_8

publishing {
publications {
maven(MavenPublication) {
from(components.java)
artifact shadowJar
}
}
}
Expand Down

0 comments on commit ffeb7a5

Please sign in to comment.