Skip to content

Commit

Permalink
Increment version to 0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed Sep 29, 2019
1 parent 9bbb480 commit 17381f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion osx/QMK Toolbox.pkgproj
Expand Up @@ -453,7 +453,7 @@
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>VERSION</key>
<string>0.0.12</string>
<string>0.0.13</string>
</dict>
<key>UUID</key>
<string>9890D281-1549-46B1-8075-2C3C14A67FB9</string>
Expand Down
2 changes: 1 addition & 1 deletion osx/qmk_toolbox/Info.plist
Expand Up @@ -68,7 +68,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.12</string>
<string>0.0.13</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
4 changes: 2 additions & 2 deletions windows/QMK Toolbox/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,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.12")]
[assembly: AssemblyFileVersion("0.0.12")]
[assembly: AssemblyVersion("0.0.13")]
[assembly: AssemblyFileVersion("0.0.13")]
2 changes: 1 addition & 1 deletion windows/install_compiler.iss
Expand Up @@ -3,7 +3,7 @@

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

0 comments on commit 17381f7

Please sign in to comment.