diff --git a/Unity-Weld.nuspec b/Unity-Weld.nuspec index 51f3a0c..19d7b51 100644 --- a/Unity-Weld.nuspec +++ b/Unity-Weld.nuspec @@ -2,7 +2,7 @@ RSG.UnityWeld - 0.7.0 + 0.7.1 RSG.UnityWeld Real Serious Games Real Serious Games diff --git a/UnityWeld/Properties/AssemblyInfo.cs b/UnityWeld/Properties/AssemblyInfo.cs index c372e4a..a32a63c 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.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("0.7.1.0")] +[assembly: AssemblyFileVersion("0.7.1.0")] \ No newline at end of file diff --git a/UnityWeld_Editor/Properties/AssemblyInfo.cs b/UnityWeld_Editor/Properties/AssemblyInfo.cs index 39aba54..d49ea2b 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.7.0.0")] -[assembly: AssemblyFileVersion("0.7.0.0")] +[assembly: AssemblyVersion("0.7.1.0")] +[assembly: AssemblyFileVersion("0.7.1.0")]