File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ defaultTasks 'clean', 'build'
77// the naming of this artifact
88group = ' net.croxis.plugins.lift'
99jar. archiveName = ' Lift.jar'
10- version = ' 61 '
10+ version = ' 63 '
1111description = ' Elevators!'
1212
1313// Minimum version of Java required
1414sourceCompatibility = ' 1.8'
1515targetCompatibility = ' 1.8'
1616
1717// dependencies versions
18- ext. bukkitVersion = ' 1.14.3 -R0.1-SNAPSHOT'
18+ ext. bukkitVersion = ' 1.14.4 -R0.1-SNAPSHOT'
1919
2020// dependencies declaration
2121dependencies {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
66 <name >Lift</name >
77 <description >Simple and easy Lifts and Elevators for Bukkit</description >
88 <url >https://github.com/croxis/Lift</url >
9- <version >61 </version >
9+ <version >63 </version >
1010
1111 <scm >
1212 <
developerConnection >scm:git:
[email protected] :croxis/Lift.git</
developerConnection >
@@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
2121
2222 <properties >
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <bukkitVersion >1.14.3 -R0.1-SNAPSHOT</bukkitVersion >
24+ <bukkitVersion >1.14.4 -R0.1-SNAPSHOT</bukkitVersion >
2525 <spongeVersion >7.0.0</spongeVersion >
2626 </properties >
2727
You can’t perform that action at this time.
0 commit comments