Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
CEnnis91 committed Apr 10, 2021
1 parent c567251 commit 858f089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/updater.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

#Include %A_LineFile%\..\include.ahk

global AUTHOR := "CEnnis91 © 2020"
global AUTHOR := "CEnnis91 © 2021"
global SELF := "package-updater"
global SOURCE := "https://github.com/smash64-dev/package-updater"
global VERSION := "0.10.1"
global VERSION := "0.10.2"

global APP_DIRECTORY := Format("{1}\{2}", A_AppData, SELF)
global TEMP_DIRECTORY := Format("{1}\{2}", A_Temp, SELF)
Expand Down

0 comments on commit 858f089

Please sign in to comment.