From e44d67ac2b164df4f9f5bd85d14fccd6908e5b78 Mon Sep 17 00:00:00 2001 From: Zack Hobson Date: Tue, 19 Nov 2013 10:49:00 -0800 Subject: version 0.4.2 --- VERSION | 2 +- hcl.gemspec | 4 ++-- lib/hcl/app.rb | 2 +- 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 -- cgit v1.2.3