diff options
| -rw-r--r-- | CHANGELOG | 2 | ||||
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | lib/hcl/app.rb | 2 | 
3 files changed, 4 insertions, 2 deletions
| @@ -1,5 +1,7 @@  = Recent Changes in HCl +== v0.2.3 Sun Aug 23 21:39:34 2009 -0700 +  * Allow decimal time offset without a dot, closes #29.  * Reverted and re-fixed: Adding note fails when task is started without notes, #26.  * Reinstate the --version option @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index 702ac66..649089c 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -30,7 +30,7 @@ class Net::HTTP  end  module HCl -  VERSION = "0.2.2" +  VERSION = "0.2.3"    class App      include HCl::Utility | 
