We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9f04e commit db5b415Copy full SHA for db5b415
3 files changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>nl.yanpla</groupId>
7
<artifactId>SmartRouter</artifactId>
8
- <version>0.0.1</version>
+ <version>0.0.2</version>
9
<packaging>jar</packaging>
10
11
<properties>
src/main/java/nl/yanpla/smartrouter/SmartRouter.java
@@ -38,7 +38,7 @@
38
*/
39
@Plugin(id = "smartrouter",
40
name = "SmartRouter",
41
- version = "0.0.1",
+ version = "0.0.2",
42
authors = { "yanpla" })
43
public final class SmartRouter {
44
private final ProxyServer server;
src/main/resources/velocity-plugin.json
@@ -1,7 +1,7 @@
1
{
2
"id": "smartrouter",
3
"name": "SmartRouter",
4
- "version": "0.0.1",
+ "version": "0.0.2",
"authors": ["yanpla"],
"main": "nl.yanpla.smartrouter.SmartRouter"
}
0 commit comments