Skip to content

Commit c810007

Browse files
committed
feat: set initial version to 0.1.0 instead of 1.0.0
1 parent b015d0a commit c810007

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
group = "org.allaymc.javaplugintemplate"
99
description = "Java plugin template for allay server"
10-
version = "1.0.0"
10+
version = "0.1.0"
1111

1212
java {
1313
toolchain {

src/main/resources/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"entrance": "org.allaymc.javaplugintemplate.JavaPluginTemplate",
33
"name": "JavaPluginTemplate",
4-
"authors": ["mdx"],
5-
"version": "1.0.0"
4+
"authors": ["YourNameHere"],
5+
"version": "0.1.0"
66
}

0 commit comments

Comments
 (0)