diff --git a/Documentation/docs/ReleaseNotes.md b/Documentation/docs/ReleaseNotes.md
index 0bc7462..f9693cf 100644
--- a/Documentation/docs/ReleaseNotes.md
+++ b/Documentation/docs/ReleaseNotes.md
@@ -20,6 +20,18 @@ Click on the header of a version number to go to the documentation of that speci
[//]: # (> * [ ] Binding)
[//]: # (> * [X] Some issue...)
+## [Version 3.3](../../3.3/)
+
+- [ ] 3.3.0 15-07-2024
+>
+> !!! info "Enhanced features"
+> * [ ] Generic
+> - [X] Dependency updates.
+> !!! warning "Bug fixes"
+> * [ ] Config
+> * [ ] Model
+> - [X] Fixed bug with model attribute injection with special characters.
+
## [Version 3.2](../../3.2/)
- [ ] 3.2.0 01-03-2024
diff --git a/Documentation/mkdocs.yml b/Documentation/mkdocs.yml
index 712c9bc..18d7f59 100644
--- a/Documentation/mkdocs.yml
+++ b/Documentation/mkdocs.yml
@@ -1,5 +1,5 @@
# Project information
-site_name: 'CrossGenerate v3.2'
+site_name: 'CrossGenerate v3.3'
# Copyright
copyright: 'Copyright © 2024 - CrossBreeze'
diff --git a/Documentation/online/latest/.htaccess b/Documentation/online/latest/.htaccess
index 1a73e06..37b5ddb 100644
--- a/Documentation/online/latest/.htaccess
+++ b/Documentation/online/latest/.htaccess
@@ -1,4 +1,4 @@
RewriteEngine On
-RewriteRule ^(.*) ../3.2/$1 [L]
+RewriteRule ^(.*) ../3.3/$1 [L]
\ No newline at end of file
diff --git a/NuGet/CrossBreeze.CrossGenerate.csproj b/NuGet/CrossBreeze.CrossGenerate.csproj
index bf29751..1564f2e 100644
--- a/NuGet/CrossBreeze.CrossGenerate.csproj
+++ b/NuGet/CrossBreeze.CrossGenerate.csproj
@@ -23,8 +23,8 @@ CrossGenerate generates software using:
README.md
LICENSE.txt
- 3.2.0
- Added XInclude support for Model file.
+ 3.3.0
+ Dependency updates and fix special characters in model attribute injection.
x-generate-icon.png
https://github.com/CrossBreezeNL/CrossGenerate
diff --git a/XGenerate/pom.xml b/XGenerate/pom.xml
index 6d677dc..70271b7 100644
--- a/XGenerate/pom.xml
+++ b/XGenerate/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.xbreeze.xgenerate
XGenerate
- 3.2.0
+ 3.3.0
jar
diff --git a/XGenerateTest/pom.xml b/XGenerateTest/pom.xml
index 6b35ed8..dd9b099 100644
--- a/XGenerateTest/pom.xml
+++ b/XGenerateTest/pom.xml
@@ -2,13 +2,13 @@
4.0.0
XGenerateTest
XGenerateTest
- 3.2.0
+ 3.3.0
- 3.2.0
+ 3.3.0
1.8
- 7.11.2
- 5.9.2
- 3.0.0
+ 7.18.0
+ 5.10.3
+ 3.3.1
UTF-8