Skip to content

Commit

Permalink
Set version to v0.9.2
Browse files Browse the repository at this point in the history
  - GLedApiDotNet to v0.1.1
  - RGBFusionTool to v0.9.2
  • Loading branch information
tylerszabo committed Jul 25, 2018
1 parent bf89a55 commit 749bdb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions GLedApiDotNet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
// 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.1.0")]
[assembly: AssemblyFileVersion("0.1.0")]
[assembly: AssemblyVersion("0.1.1")]
[assembly: AssemblyFileVersion("0.1.1")]

// Test visibility
[assembly: InternalsVisibleTo("GLedApiDotNetTests")]
4 changes: 2 additions & 2 deletions RGBFusionTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,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.9.1")]
[assembly: AssemblyFileVersion("0.9.1")]
[assembly: AssemblyVersion("0.9.2")]
[assembly: AssemblyFileVersion("0.9.2")]

0 comments on commit 749bdb4

Please sign in to comment.