diff --git a/src/Network/MUnique.OpenMU.Network.csproj b/src/Network/MUnique.OpenMU.Network.csproj
index b1edc99..cf4300b 100644
--- a/src/Network/MUnique.OpenMU.Network.csproj
+++ b/src/Network/MUnique.OpenMU.Network.csproj
@@ -18,8 +18,8 @@
MUnique.OpenMU.Network contains all what's required to connect from and to a MU Online game, connect or chat server. It implements the MU Online network protocol.
It also contains several the encryption algorithms and keys which were used until a few years ago up to Season 6 Episode 3.
- 0.9.9
- 0.9.9
+ 0.9.10
+ 0.9.10
diff --git a/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj b/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj
index 554bd9e..ec0f00a 100644
--- a/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj
+++ b/src/Network/Packets/MUnique.OpenMU.Network.Packets.csproj
@@ -16,8 +16,8 @@
MUnique OpenMU MUOnline Network Packets
MUnique.OpenMU.Network.Packets
This package contains message structs for the MMORPG "MU Online", which are primarily focused on the english version of Season 6 Episode 3.
- 0.9.9
- 0.9.9
+ 0.9.10
+ 0.9.10
diff --git a/src/PlugIns/MUnique.OpenMU.PlugIns.csproj b/src/PlugIns/MUnique.OpenMU.PlugIns.csproj
index d7f20c2..957de01 100644
--- a/src/PlugIns/MUnique.OpenMU.PlugIns.csproj
+++ b/src/PlugIns/MUnique.OpenMU.PlugIns.csproj
@@ -17,8 +17,8 @@
MUnique.OpenMU.PlugIns contains all what's required to create plugins extension points and own plugins for dependent applications.
- 0.9.9
- 0.9.9
+ 0.9.10
+ 0.9.10
diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs
index e65bb15..b977cea 100644
--- a/src/SharedAssemblyInfo.cs
+++ b/src/SharedAssemblyInfo.cs
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("0.9.9.0")]
-[assembly: AssemblyFileVersion("0.9.9.0")]
+[assembly: AssemblyVersion("0.9.10.0")]
+[assembly: AssemblyFileVersion("0.9.10.0")]