diff --git a/Unity-Weld.nuspec b/Unity-Weld.nuspec index f2d9091..2faba36 100644 --- a/Unity-Weld.nuspec +++ b/Unity-Weld.nuspec @@ -2,7 +2,7 @@ RSG.UnityWeld - 0.4.1 + 0.4.2 RSG.UnityWeld Real Serious Games Real Serious Games diff --git a/UnityWeld/Properties/AssemblyInfo.cs b/UnityWeld/Properties/AssemblyInfo.cs index 5df74b6..b583f1b 100644 --- a/UnityWeld/Properties/AssemblyInfo.cs +++ b/UnityWeld/Properties/AssemblyInfo.cs @@ -31,5 +31,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.4.1.0")] -[assembly: AssemblyFileVersion("0.4.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.4.2.0")] +[assembly: AssemblyFileVersion("0.4.2.0")] \ No newline at end of file diff --git a/UnityWeld_Editor/Properties/AssemblyInfo.cs b/UnityWeld_Editor/Properties/AssemblyInfo.cs index fbf877d..b1e7deb 100644 --- a/UnityWeld_Editor/Properties/AssemblyInfo.cs +++ b/UnityWeld_Editor/Properties/AssemblyInfo.cs @@ -31,5 +31,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.4.1.0")] -[assembly: AssemblyFileVersion("0.4.1.0")] +[assembly: AssemblyVersion("0.4.2.0")] +[assembly: AssemblyFileVersion("0.4.2.0")]