Skip to content

Commit

Permalink
a2 version bump to 0.5.1
Browse files Browse the repository at this point in the history
the version was off before (stiff 0.4.6 in dev and 0.5.0 as a tag on github)
  • Loading branch information
ewerybody committed Jan 25, 2023
1 parent 8f2b965 commit 5d3c6da
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/_source/a2_installer.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
; * install to a2 dir
; * run a2 ui
;@Ahk2Exe-SetMainIcon ..\..\ui\res\a2.ico
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1

complain_if_uncompiled()
check_execution_dir()
Expand Down
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.6.0"
version="0.5.1.0"
processorArchitecture="X86"
name="a2 Installer"
type="win32"
Expand Down
2 changes: 1 addition & 1 deletion lib/_source/a2_installer_silent.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;@Ahk2Exe-SetDescription a2 install script silent
;@Ahk2Exe-SetOrigFilename setup.exe
;@Ahk2Exe-SetProductName a2
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1

complain_if_uncompiled()
check_execution_dir()
Expand Down
2 changes: 1 addition & 1 deletion lib/_source/a2_starter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;@Ahk2Exe-SetDescription a2 runtime starter
;@Ahk2Exe-SetOrigFilename a2.exe
;@Ahk2Exe-SetProductName a2
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1

If (!A_IsCompiled) {
MsgBox, 16, ERROR, a2_starter should ONLY be run compiled!
Expand Down
2 changes: 1 addition & 1 deletion lib/_source/a2_uninstaller.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;@Ahk2Exe-SetDescription a2 Uninstaller
;@Ahk2Exe-SetOrigFilename Uninstall a2.exe
;@Ahk2Exe-SetProductName a2
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1


complain_if_uncompiled()
Expand Down
2 changes: 1 addition & 1 deletion lib/_source/a2ui_dev.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;@Ahk2Exe-SetDescription a2 ui starter - dev
;@Ahk2Exe-SetOrigFilename a2ui.exe
;@Ahk2Exe-SetProductName a2
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1
#NoTrayIcon
#Persistent
#SingleInstance, force
Expand Down
2 changes: 1 addition & 1 deletion lib/_source/a2ui_release.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;@Ahk2Exe-SetDescription a2 ui starter
;@Ahk2Exe-SetOrigFilename a2ui.exe
;@Ahk2Exe-SetProductName a2
;@Ahk2Exe-SetVersion 0.4.6
;@Ahk2Exe-SetVersion 0.5.1
#NoTrayIcon
#Persistent
#SingleInstance, force
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.6"
a2_title := "a2 - dev_version 0.5.1"
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.6"
"version": "0.5.1"
}

0 comments on commit 5d3c6da

Please sign in to comment.