Skip to content

Commit

Permalink
a2 version bump 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewerybody committed Apr 5, 2022
1 parent 1237763 commit 2b09dc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/_source/a2_installer_manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<!-- We need 4 version numbers here!! Otherwise the manifest would be rejected -->
<assemblyIdentity
version="0.4.1.0"
version="0.4.2.0"
processorArchitecture="X86"
name="a2 Installer"
type="win32"
Expand Down
2 changes: 1 addition & 1 deletion lib/a2_config.ahk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SetTitleMatchMode, 2
a2_title := "a2 - dev_version 0.4.1"
a2_title := "a2 - dev_version 0.4.2"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"scripts": {
"test": "ahk-unit ./tests/tests.ahk"
},
"version": "0.4.1"
"version": "0.4.2"
}

0 comments on commit 2b09dc7

Please sign in to comment.