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 | |
parent | c8512ab578621c40d87ddb53946e4976e78b2e4a (diff) | |
download | hib-dlagent-3f1feb791c6b01516d992a39168e0efa929308c3.tar.gz hib-dlagent-3f1feb791c6b01516d992a39168e0efa929308c3.zip |
Change version number to v0.4 and update CHANGELOGv0.4
-rw-r--r-- | CHANGELOG | 3 | ||||
-rwxr-xr-x | hib-dlagent | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 0.4 - 2013/10/19 + * Fixed URL scraping due to website change + Version 0.3 - 2013/07/05 * Support gnome-keyring-query for accessing password 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= |