Update 132

This commit is contained in:
Runelite auto updater
2017-01-26 18:10:33 +00:00
parent a12aebda40
commit 0564b97a73
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<dependency> <dependency>
<groupId>net.runelite.rs</groupId> <groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>131.2-SNAPSHOT</version> <!-- rs version --> <version>132.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>131.2-SNAPSHOT</version> <!-- rs version --> <version>132.1-SNAPSHOT</version> <!-- rs version -->
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>

View File

@@ -34,6 +34,6 @@
<groupId>net.runelite.rs</groupId> <groupId>net.runelite.rs</groupId>
<artifactId>api</artifactId> <artifactId>api</artifactId>
<version>131.2-SNAPSHOT</version> <!-- rs version --> <version>132.1-SNAPSHOT</version> <!-- rs version -->
<name>RuneScape API</name> <name>RuneScape API</name>
</project> </project>