diff options
author | Eric Anderson <ejona86@gmail.com> | 2013-10-19 18:14:04 -0700 |
---|---|---|
committer | Eric Anderson <ejona86@gmail.com> | 2013-10-19 18:14:04 -0700 |
commit | 3f1feb791c6b01516d992a39168e0efa929308c3 (patch) | |
tree | f9347e42b27e4d39a237648132b4082d899f7785 /hib-dlagent | |
parent | c8512ab578621c40d87ddb53946e4976e78b2e4a (diff) | |
download | hib-dlagent-3f1feb791c6b01516d992a39168e0efa929308c3.tar.gz hib-dlagent-3f1feb791c6b01516d992a39168e0efa929308c3.zip |
Change version number to v0.4 and update CHANGELOGv0.4
Diffstat (limited to 'hib-dlagent')
-rwxr-xr-x | hib-dlagent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hib-dlagent b/hib-dlagent index f191b7c..2d4b6bd 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION=0.3 +VERSION=0.4 LOGIN_PAGE=https://www.humblebundle.com/login HOME_PAGE=https://www.humblebundle.com/home COOKIE_JAR= |