Skip to content

Commit

Permalink
increment windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Dec 14, 2017
1 parent 984a263 commit c210f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions windows/QMK Toolbox/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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.0.8")]
[assembly: AssemblyFileVersion("0.0.8")]
[assembly: AssemblyVersion("0.0.9")]
[assembly: AssemblyFileVersion("0.0.9")]
2 changes: 1 addition & 1 deletion windows/install_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "QMK Toolbox"
#define MyAppHandle "qmk"
#define MyAppVersion "0.0.8"
#define MyAppVersion "0.0.9"
#define MyAppPublisher "QMK"
#define MyAppURL "http://qmk.fm"
#define MyAppExeName "qmk_toolbox.exe"
Expand Down

0 comments on commit c210f70

Please sign in to comment.