We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434157f commit d6885f0Copy full SHA for d6885f0
2 files changed
build.gradle
@@ -12,7 +12,7 @@ apply plugin: 'application'
12
mainClassName = 'dev.ferrand.chunky.octree.OctreePlugin'
13
14
group 'dev.ferrand'
15
-version '0.3.0'
+version '0.4.0'
16
17
compileJava {
18
sourceCompatibility = JavaVersion.VERSION_1_8
src/main/resources/plugin.json
@@ -2,7 +2,7 @@
2
"name": "OctreePlugin",
3
"author": "a_Tom",
4
"main": "dev.ferrand.chunky.octree.OctreePlugin",
5
- "version": "0.3.0",
+ "version": "0.4.0",
6
"targetVersion": "2.3.0",
7
"description": "Add more octree implementations."
8
}
0 commit comments