diff --git a/Unity-Weld.nuspec b/Unity-Weld.nuspec index c66b0ea..135d6d3 100644 --- a/Unity-Weld.nuspec +++ b/Unity-Weld.nuspec @@ -2,7 +2,7 @@ RSG.UnityWeld - 0.5.0 + 0.6.0 RSG.UnityWeld Real Serious Games Real Serious Games diff --git a/UnityWeld/Properties/AssemblyInfo.cs b/UnityWeld/Properties/AssemblyInfo.cs index da98280..97da26a 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.5.0.0")] -[assembly: AssemblyFileVersion("0.5.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.6.0.0")] +[assembly: AssemblyFileVersion("0.6.0.0")] \ No newline at end of file diff --git a/UnityWeld_Editor/Properties/AssemblyInfo.cs b/UnityWeld_Editor/Properties/AssemblyInfo.cs index d030149..e5c3b01 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.5.0.0")] -[assembly: AssemblyFileVersion("0.5.0.0")] +[assembly: AssemblyVersion("0.6.0.0")] +[assembly: AssemblyFileVersion("0.6.0.0")]