Skip to content

Commit

Permalink
Bump version number to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryDungan committed Dec 19, 2018
1 parent f17217c commit d93b1a6
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.7.2</version>
<version>0.8.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/UnityWeld.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
<Version>0.7.2</Version>
<Version>0.8.0</Version>
<Authors>Real Serious Games</Authors>
<Description>MVVM-style data-binding system for Unity.</Description>
<Copyright>Copyright © Real Serious Games 2018</Copyright>
Expand All @@ -22,4 +22,4 @@
<HintPath>..\dll\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions UnityWeld_Editor/UnityWeld_Editor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;netstandard2.0</TargetFrameworks>
<Version>0.7.2</Version>
<Version>0.8.0</Version>
<Authors>Real Serious Games</Authors>
<Description>MVVM-style data-binding system for Unity.</Description>
<Copyright>Copyright © Real Serious Games 2018</Copyright>
Expand All @@ -28,4 +28,4 @@
<HintPath>..\dll\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
</Project>
</Project>

0 comments on commit d93b1a6

Please sign in to comment.