Skip to content

Commit

Permalink
Add a version field to the SwitchApps.ahk.
Browse files Browse the repository at this point in the history
Modify the project's description in package. Bump up the version.
  • Loading branch information
dima-iholkin committed Jan 18, 2020
1 parent 0fcb8ff commit 6485862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion SwitchApps.ahk
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; version 0.1.0-rc.3

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Event ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
Expand Down Expand Up @@ -112,4 +114,5 @@ $!+Tab::
HotKey, !Tab, On
HotKey, !+Tab, On
; After the CheckKeyPress routine has exited, turn on the globar handler.

return
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "switch-apps",
"version": "0.1.0-rc2",
"description": "Switch apps with a keyboard shortcut on Windows.",
"version": "0.1.0-rc.3",
"description": "Maybe a better way to switch apps (Alt+Tab) for Windows 10.",
"main": "SwitchApps.ahk",
"scripts": {
"try": "start SwitchApps.ahk"
Expand Down

0 comments on commit 6485862

Please sign in to comment.