diff --git a/SwitchApps.ahk b/SwitchApps.ahk index 9e9ae30..8693670 100644 --- a/SwitchApps.ahk +++ b/SwitchApps.ahk @@ -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. @@ -112,4 +114,5 @@ $!+Tab:: HotKey, !Tab, On HotKey, !+Tab, On ; After the CheckKeyPress routine has exited, turn on the globar handler. + return \ No newline at end of file diff --git a/package.json b/package.json index 8eb3a32..3753006 100644 --- a/package.json +++ b/package.json @@ -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"