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>
<groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId>
<version>1.12</version>
<version>1.13</version>
</dependency>
```

View File

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