Skip to content

Commit db5b415

Browse files
committed
Bump version to 0.0.2
1 parent 2a9f04e commit db5b415

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>nl.yanpla</groupId>
77
<artifactId>SmartRouter</artifactId>
8-
<version>0.0.1</version>
8+
<version>0.0.2</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

src/main/java/nl/yanpla/smartrouter/SmartRouter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
@Plugin(id = "smartrouter",
4040
name = "SmartRouter",
41-
version = "0.0.1",
41+
version = "0.0.2",
4242
authors = { "yanpla" })
4343
public final class SmartRouter {
4444
private final ProxyServer server;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "smartrouter",
33
"name": "SmartRouter",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"authors": ["yanpla"],
66
"main": "nl.yanpla.smartrouter.SmartRouter"
77
}

0 commit comments

Comments
 (0)