Update 129

This commit is contained in:
Runelite auto updater
2016-12-12 23:36:28 +00:00
parent 32a877bfa0
commit 8a5a8db6dd
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
<dependency> <dependency>
<groupId>net.runelite.rs</groupId> <groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>128.2-SNAPSHOT</version> <!-- rs version --> <version>129.1-SNAPSHOT</version> <!-- rs version -->
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@@ -71,7 +71,7 @@
<dependency> <dependency>
<groupId>net.runelite.rs</groupId> <groupId>net.runelite.rs</groupId>
<artifactId>client</artifactId> <artifactId>client</artifactId>
<version>128.2-SNAPSHOT</version> <!-- rs version --> <version>129.1-SNAPSHOT</version> <!-- rs version -->
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>

View File

@@ -39,6 +39,6 @@
<groupId>net.runelite.rs</groupId> <groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>128.2-SNAPSHOT</version> <!-- rs version --> <version>129.1-SNAPSHOT</version> <!-- rs version -->
<name>RuneScape API</name> <name>RuneScape API</name>
</project> </project>