summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Hobson2013-11-19 10:49:00 -0800
committerZack Hobson2013-11-19 10:49:00 -0800
commite44d67ac2b164df4f9f5bd85d14fccd6908e5b78 (patch)
tree6557e03ec97bcd8c5edb22c908ee0412ac42a9ca
parent6e43cffd1b5554bf1c185f037e62e5c3d89715e9 (diff)
downloadhcl-e44d67ac2b164df4f9f5bd85d14fccd6908e5b78.tar.bz2
version 0.4.2
-rw-r--r--VERSION2
-rw-r--r--hcl.gemspec4
-rw-r--r--lib/hcl/app.rb2
3 files changed, 4 insertions, 4 deletions
diff --git a/VERSION b/VERSION
index 267577d..2b7c5ae 100644
--- a/VERSION
+++ b/VERSION
@@ -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