Merge pull request #672 from Lucwousin/alalallalalallala

Bump up version numbers
This commit is contained in:
Ganom
2019-06-20 14:14:54 -04:00
committed by GitHub
21 changed files with 74 additions and 88 deletions

View File

@@ -29,7 +29,7 @@
<parent>
<groupId>net.runelite</groupId>
<artifactId>runelite-parent</artifactId>
<version>1.5.27-SNAPSHOT</version>
<version>1.5.28-SNAPSHOT</version>
</parent>
<artifactId>client</artifactId>
@@ -232,11 +232,6 @@
<version>${runelite.orange.extensions.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.runelite.rs</groupId>
<artifactId>runescape-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>

View File

@@ -8,5 +8,5 @@ public class Client
String extension = "jar";
String groupId = "net.runelite";
String properties = "";
String version = "1.5.27";
String version = "1.5.28";
}