Fixed package.json versioning

This commit is contained in:
Lucas Dower 2022-10-13 17:49:16 +01:00
parent e43cfabc2c
commit 7175c98581

View File

@ -1,7 +1,7 @@
{
"name": "objtoschematic",
"private": true,
"version": "0.6.0.1",
"version": "0.6.0",
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
"main": "./dist/src/main.js",
"engines": {