pull/269/head
Release robot 2024-03-27 22:49:42 +00:00
rodzic d28f3044c6
commit ecd08e39c1
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1 +1 @@
__version__=(1,0,10)
__version__=(1,0,11)