Skip to content

Commit 6ea6f69

Browse files
author
croxis
committed
Version bump
1 parent 3dbe9aa commit 6ea6f69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ defaultTasks 'clean', 'build'
77
//the naming of this artifact
88
group = 'net.croxis.plugins.lift'
99
jar.archiveName = 'Lift.jar'
10-
version = '61'
10+
version = '63'
1111
description = 'Elevators!'
1212

1313
// Minimum version of Java required
1414
sourceCompatibility = '1.8'
1515
targetCompatibility = '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
2121
dependencies {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)