Skip to content

Commit

Permalink
Bumped version number to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Jan 17, 2018
1 parent e8c73c7 commit 122915e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Unity-Weld.nuspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<?xml version="1.0"?>
<package >
<metadata>
<id>RSG.UnityWeld</id>
<version>0.6.1</version>
<version>0.7.0</version>
<title>RSG.UnityWeld</title>
<authors>Real Serious Games</authors>
<owners>Real Serious Games</owners>
Expand Down
4 changes: 2 additions & 2 deletions UnityWeld/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]
6 changes: 3 additions & 3 deletions UnityWeld_Editor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -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")]

0 comments on commit 122915e

Please sign in to comment.