From ed80db00958ff045008b0f639539aed79c3dcbef Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sat, 15 Jun 2013 18:11:11 -0700 Subject: Change version number to v0.2 and update CHANGELOG --- CHANGELOG | 5 +++++ hib-dlagent | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 728e329..69df78f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1,7 @@ +Version 0.2 - 2013/06/15 + * Auto-stripping of hib:// prefix + * Ability to search and store downloads in a directory, and symlink to the + requested download location. + Version 0.1 - 2013/01/07 * Initial version diff --git a/hib-dlagent b/hib-dlagent index 2c3a467..899ed56 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION=0.1 +VERSION=0.2 LOGIN_PAGE=https://www.humblebundle.com/login HOME_PAGE=https://www.humblebundle.com/home COOKIE_JAR= -- cgit v1.2.3-54-g00ecf