diff options
author | Eric Anderson <ejona86@gmail.com> | 2013-07-05 16:27:05 -0700 |
---|---|---|
committer | Eric Anderson <ejona86@gmail.com> | 2013-07-05 16:27:05 -0700 |
commit | 85ea8628f420d0de3d679b0530436e9d991eb912 (patch) | |
tree | dab540b29a5cb110d8cf1614757c64d9fd2651e3 | |
parent | a3cade092fdeb119d041b6e3502971e0ead24553 (diff) | |
download | hib-dlagent-85ea8628f420d0de3d679b0530436e9d991eb912.tar.gz hib-dlagent-85ea8628f420d0de3d679b0530436e9d991eb912.zip |
Change version number to v0.3 and update CHANGELOGv0.3
-rw-r--r-- | CHANGELOG | 3 | ||||
-rwxr-xr-x | hib-dlagent | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 0.3 - 2013/07/05 + * Support gnome-keyring-query for accessing password + Version 0.2 - 2013/06/15 * Auto-stripping of hib:// prefix * Ability to search and store downloads in a directory, and symlink to the diff --git a/hib-dlagent b/hib-dlagent index 01b5218..e55ca61 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION=0.2 +VERSION=0.3 LOGIN_PAGE=https://www.humblebundle.com/login HOME_PAGE=https://www.humblebundle.com/home COOKIE_JAR= |