diff --git a/Directory.Build.props b/Directory.Build.props
index 54a28db18e..ccef797a1f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -9,10 +9,10 @@
FuseeProjectTeam
Furtwangen University
FUSEE
- 0.12.0
- 0.12.0
- 0.12.0
- 0.12.0
+ 0.12.1
+ 0.12.1
+ 0.12.1
+ 0.12.1
Copyright 2013-2022
MIT
https://fusee3d.org/
diff --git a/dis/DnTemplate/template/Fusee_App.csproj b/dis/DnTemplate/template/Fusee_App.csproj
index 3e6eab7904..9e2a5ddd0a 100644
--- a/dis/DnTemplate/template/Fusee_App.csproj
+++ b/dis/DnTemplate/template/Fusee_App.csproj
@@ -9,6 +9,6 @@
-
+
\ No newline at end of file
diff --git a/dis/VSTemplate/VSIX/Properties/AssemblyInfo.cs b/dis/VSTemplate/VSIX/Properties/AssemblyInfo.cs
index 818bc7f40e..6534733305 100644
--- a/dis/VSTemplate/VSIX/Properties/AssemblyInfo.cs
+++ b/dis/VSTemplate/VSIX/Properties/AssemblyInfo.cs
@@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.12.0")]
-[assembly: AssemblyFileVersion("0.12.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.12.1")]
+[assembly: AssemblyFileVersion("0.12.1")]
\ No newline at end of file
diff --git a/dis/VSTemplate/VSIX/source.extension.vsixmanifest b/dis/VSTemplate/VSIX/source.extension.vsixmanifest
index 484773f342..60a7d756ef 100644
--- a/dis/VSTemplate/VSIX/source.extension.vsixmanifest
+++ b/dis/VSTemplate/VSIX/source.extension.vsixmanifest
@@ -1,7 +1,7 @@
-
+
Fusee.Template.VS
Fusee Project Template
template
diff --git a/dis/VSTemplate/VSTemplate/Android/Android.csproj b/dis/VSTemplate/VSTemplate/Android/Android.csproj
index bf7c3c935c..76349c8783 100644
--- a/dis/VSTemplate/VSTemplate/Android/Android.csproj
+++ b/dis/VSTemplate/VSTemplate/Android/Android.csproj
@@ -58,7 +58,7 @@
-
+
diff --git a/dis/VSTemplate/VSTemplate/Core/Core.csproj b/dis/VSTemplate/VSTemplate/Core/Core.csproj
index 83fdd37ac0..f3c26634d5 100644
--- a/dis/VSTemplate/VSTemplate/Core/Core.csproj
+++ b/dis/VSTemplate/VSTemplate/Core/Core.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/dis/VSTemplate/VSTemplate/Desktop/Desktop.csproj b/dis/VSTemplate/VSTemplate/Desktop/Desktop.csproj
index 2db06e1492..b1320b2fdb 100644
--- a/dis/VSTemplate/VSTemplate/Desktop/Desktop.csproj
+++ b/dis/VSTemplate/VSTemplate/Desktop/Desktop.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/dis/VSTemplate/VSTemplate/Properties/AssemblyInfo.cs b/dis/VSTemplate/VSTemplate/Properties/AssemblyInfo.cs
index d1049d1eff..fd79e7be97 100644
--- a/dis/VSTemplate/VSTemplate/Properties/AssemblyInfo.cs
+++ b/dis/VSTemplate/VSTemplate/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("0.12.0")]
-[assembly: AssemblyFileVersion("0.12.0")]
\ No newline at end of file
+[assembly: AssemblyVersion("0.12.1")]
+[assembly: AssemblyFileVersion("0.12.1")]
\ No newline at end of file
diff --git a/src/Tools/BlenderScripts/addons/io_export_fus/__init__.py b/src/Tools/BlenderScripts/addons/io_export_fus/__init__.py
index 9dac984a3b..c8e2e80748 100644
--- a/src/Tools/BlenderScripts/addons/io_export_fus/__init__.py
+++ b/src/Tools/BlenderScripts/addons/io_export_fus/__init__.py
@@ -5,7 +5,7 @@
bl_info = {
"name": ".fus format",
"author": "The FUSEE Project Team",
- "version": (0, 12, 0),
+ "version": (0, 12, 1),
"blender": (2, 80, 0),
"location": "File > Import-Export",
"description": "Export to the FUSEE .fus format/as a FUSEE Web application",