diff --git a/Unity-Weld.nuspec b/Unity-Weld.nuspec index ab6aeb2..51f3a0c 100644 --- a/Unity-Weld.nuspec +++ b/Unity-Weld.nuspec @@ -1,8 +1,8 @@ - + RSG.UnityWeld - 0.6.1 + 0.7.0 RSG.UnityWeld Real Serious Games Real Serious Games diff --git a/UnityWeld/Properties/AssemblyInfo.cs b/UnityWeld/Properties/AssemblyInfo.cs index 4b322e2..c372e4a 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.6.1.0")] -[assembly: AssemblyFileVersion("0.6.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.7.0.0")] +[assembly: AssemblyFileVersion("0.7.0.0")] \ No newline at end of file diff --git a/UnityWeld_Editor/Properties/AssemblyInfo.cs b/UnityWeld_Editor/Properties/AssemblyInfo.cs index e5c3b01..39aba54 100644 --- a/UnityWeld_Editor/Properties/AssemblyInfo.cs +++ b/UnityWeld_Editor/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -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.6.0.0")] -[assembly: AssemblyFileVersion("0.6.0.0")] +[assembly: AssemblyVersion("0.7.0.0")] +[assembly: AssemblyFileVersion("0.7.0.0")]