From 3e7677e35391703e96e4c208f97d842de2d5fedc Mon Sep 17 00:00:00 2001 From: Pedro Cunha Date: Tue, 18 Jun 2013 10:43:17 +0100 Subject: [PATCH] Version bump --- Gemfile.lock | 2 +- HISTORY | 2 ++ lib/git-whistles/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 HISTORY diff --git a/Gemfile.lock b/Gemfile.lock index 580c215..4c3dbe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git-whistles (0.7.3) + git-whistles (0.7.4) pivotal-tracker (~> 0.5.6) term-ansicolor diff --git a/HISTORY b/HISTORY new file mode 100644 index 0000000..a714d02 --- /dev/null +++ b/HISTORY @@ -0,0 +1,2 @@ +# 2013-06-18: 0.7.4 +* [FIX] Adjusted git-pull-request to play with the new GitHub pull request user interface diff --git a/lib/git-whistles/version.rb b/lib/git-whistles/version.rb index 343c0cb..d269af4 100644 --- a/lib/git-whistles/version.rb +++ b/lib/git-whistles/version.rb @@ -4,7 +4,7 @@ module Git module Whistles - VERSION = "0.7.3" + VERSION = "0.7.4" GEMDIR = Pathname.new(__FILE__).parent.parent.parent end end