Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssg committed Jul 23, 2023
1 parent c3f8308 commit f5f7797
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

Expand All @@ -12,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NoJoy")]
[assembly: AssemblyCopyright("Copyright Sedat Kapanoglu © 2018")]
[assembly: AssemblyCopyright("Copyright Sedat Kapanoglu © 2018-2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down Expand Up @@ -51,5 +49,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.2.3.0")]
[assembly: AssemblyFileVersion("0.2.3.0")]
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyFileVersion("0.3.1.0")]
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Simple tool for enabling/disabling game controllers quickly.

# Release Notes

## v0.3.1 (2023-07-23)
(Minor release) Fix version string. This release is otherwise identical to 0.3.0.
0.3.0 will be removed from release lists.

## v0.3.0 (2023-07-20)
- Faster enable/disable and fix some incompatibilities with certain Windows versions.
- More intuitive power icon instead of confusing enable/disable labels.
Expand Down

0 comments on commit f5f7797

Please sign in to comment.