Skip to content

Commit

Permalink
Updates version to 3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusSweetland committed Jan 14, 2023
1 parent 349612d commit c599992
Show file tree
Hide file tree
Showing 9 changed files with 177 additions and 73 deletions.
60 changes: 43 additions & 17 deletions installer/OptiKeyChat.aip

Large diffs are not rendered by default.

60 changes: 43 additions & 17 deletions installer/OptiKeyMouse.aip

Large diffs are not rendered by default.

60 changes: 43 additions & 17 deletions installer/OptiKeyPro.aip

Large diffs are not rendered by default.

60 changes: 43 additions & 17 deletions installer/OptiKeySymbol.aip

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]

[assembly: InternalsVisibleTo("JuliusSweetland.OptiKey.UnitTests")]
[assembly: InternalsVisibleTo("JuliusSweetland.OptiKey.AutoCompletePerformance")]
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]
2 changes: 1 addition & 1 deletion src/JuliusSweetland.OptiKey.Pro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("3.2.3")]
[assembly: AssemblyVersion("3.2.4")]

0 comments on commit c599992

Please sign in to comment.