pull/258/head
Release robot 2024-02-06 14:58:31 +00:00
rodzic c347ed7d20
commit 8c858a786b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -62,7 +62,7 @@ from cam.version import __version__
bl_info = {
"name": "CAM - gcode generation tools",
"author": "Vilem Novak",
"version":(1,0,1),
"version":(1,0,2),
"blender": (3, 6, 0),
"location": "Properties > render",
"description": "Generate machining paths for CNC",

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,1)
__version__=(1,0,2)