From 908e8ece6f3b30c4d92be303180f4a7d29946b4c Mon Sep 17 00:00:00 2001 From: Rory Dungan Date: Tue, 30 Jan 2018 15:09:11 +1000 Subject: [PATCH] Bump version number to 0.7.1 --- Unity-Weld.nuspec | 2 +- UnityWeld/Properties/AssemblyInfo.cs | 4 ++-- UnityWeld_Editor/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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")]