We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22970e commit cf16ef1Copy full SHA for cf16ef1
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'com.github.mlefeb01.spawners'
9
-version '1.0-SNAPSHOT'
+version '1.1-SNAPSHOT'
10
11
sourceCompatibility = 1.8
12
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: SpawnerPlugin
2
-version: 1.0
+version: 1.1
3
main: com.github.mlefeb01.spawners.SpawnerPlugin
4
author: Matt Lefebvre (github.com/mlefeb01)
5
depend: [Vault]
0 commit comments