diff options
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | hcl.gemspec | 4 | ||||
| -rw-r--r-- | lib/hcl/app.rb | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/hcl.gemspec b/hcl.gemspec index 7d3eb1e..7805d69 100644 --- a/hcl.gemspec +++ b/hcl.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "hcl" - s.version = "0.4.1" + s.version = "0.4.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Zack Hobson"] - s.date = "2013-11-18" + s.date = "2013-11-19" s.description = "HCl is a command-line client for manipulating Harvest time sheets." s.email = "zack@zackhobson.com" s.executables = ["hcl"] diff --git a/lib/hcl/app.rb b/lib/hcl/app.rb index d615891..6179d18 100644 --- a/lib/hcl/app.rb +++ b/lib/hcl/app.rb @@ -31,7 +31,7 @@ class Net::HTTP end module HCl - VERSION = "0.3.1" + VERSION = "0.4.2" class App include HCl::Utility |
