Skip to content

Commit

Permalink
Bumped version number to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Jun 20, 2017
1 parent a3e2798 commit 32d4740
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Unity-Weld.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>RSG.UnityWeld</id>
<version>0.4.1</version>
<version>0.4.2</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.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyVersion("0.4.2.0")]
[assembly: AssemblyFileVersion("0.4.2.0")]
4 changes: 2 additions & 2 deletions UnityWeld_Editor/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.4.1.0")]
[assembly: AssemblyFileVersion("0.4.1.0")]
[assembly: AssemblyVersion("0.4.2.0")]
[assembly: AssemblyFileVersion("0.4.2.0")]

0 comments on commit 32d4740

Please sign in to comment.