diff --git a/macos/CadZinho.app/Contents/Info.plist b/macos/CadZinho.app/Contents/Info.plist
index c84bb967..ec877000 100644
--- a/macos/CadZinho.app/Contents/Info.plist
+++ b/macos/CadZinho.app/Contents/Info.plist
@@ -19,11 +19,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 0.4.0
+ 0.4.1
CFBundleSpokenName
cad zinho
CFBundleVersion
- 0.4.0
+ 0.4.1
NSHumanReadableCopyright
CadZinho 2023 by Zecruel - MIT Licence
diff --git a/src/dxf.h b/src/dxf.h
index 4a7bc5a7..47f537a2 100644
--- a/src/dxf.h
+++ b/src/dxf.h
@@ -18,7 +18,7 @@
#define DXF_MAX_PAT 12
#define DXF_POOL_PAGES 1000
-#define CZ_VERSION "0.4.0 - 2023"
+#define CZ_VERSION "0.4.1 - 2023"
extern strpool_t obj_pool;
diff --git a/windows/cadzinho.wxs b/windows/cadzinho.wxs
index 6ed4e392..7b459f44 100644
--- a/windows/cadzinho.wxs
+++ b/windows/cadzinho.wxs
@@ -3,7 +3,7 @@
+ Version='0.4.1' Manufacturer='ZeCruel'>