Skip to content

Commit d6885f0

Browse files
committed
Update version
1 parent 434157f commit d6885f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ apply plugin: 'application'
1212
mainClassName = 'dev.ferrand.chunky.octree.OctreePlugin'
1313

1414
group 'dev.ferrand'
15-
version '0.3.0'
15+
version '0.4.0'
1616

1717
compileJava {
1818
sourceCompatibility = JavaVersion.VERSION_1_8

src/main/resources/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "OctreePlugin",
33
"author": "a_Tom",
44
"main": "dev.ferrand.chunky.octree.OctreePlugin",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"targetVersion": "2.3.0",
77
"description": "Add more octree implementations."
88
}

0 commit comments

Comments
 (0)