forked from mirror/ObjToSchematic
Updated versioning for hotfix release
This commit is contained in:
parent
46c3b09efb
commit
e43cfabc2c
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "objtoschematic",
|
||||
"private": true,
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.0.1",
|
||||
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
|
||||
"main": "./dist/src/main.js",
|
||||
"engines": {
|
||||
|
@ -33,7 +33,7 @@ export class AppConfig {
|
||||
|
||||
private constructor() {
|
||||
this.RELEASE_MODE = true;
|
||||
this.RELEASE_VERSION = '0.6.0r';
|
||||
this.RELEASE_VERSION = '0.6.0.1r';
|
||||
this.VOXEL_BUFFER_CHUNK_SIZE = 5_000;
|
||||
|
||||
const configFile = fs.readFileSync(PathUtil.join(AppPaths.Get.resources, 'config.json'), 'utf8');
|
||||
|
Loading…
Reference in New Issue
Block a user