Updated version

This commit is contained in:
nathan 2016-03-22 01:45:25 +01:00
parent c32c500a68
commit 78fc852578
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ The MessageBus is available from the Maven Central Repository using the followin
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId> <artifactId>MessageBus</artifactId>
<version>1.12</version> <version>1.13</version>
</dependency> </dependency>
``` ```

View File

@ -107,7 +107,7 @@ class MessageBus implements IMessageBus {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.12"; return "1.13";
} }
private final ErrorHandler errorHandler; private final ErrorHandler errorHandler;