pull/269/head
Release robot 2024-04-11 20:19:18 +00:00
rodzic 67f40c5e3f
commit 32a30b6e0b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -183,7 +183,7 @@ from .utils import (
bl_info = {
"name": "CAM - gcode generation tools",
"author": "Vilem Novak & Contributors",
"version":(1,0,17),
"version":(1,0,18),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate machining paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,17)
__version__=(1,0,18)