Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cunha committed Aug 22, 2013
1 parent 392ccfc commit edb5a1c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git-whistles (0.7.6)
git-whistles (0.7.7)
pivotal-tracker (~> 0.5.6)
term-ansicolor

Expand All @@ -23,15 +23,13 @@ GEM
nokogiri-happymapper (0.5.7)
nokogiri (~> 1.5)
pivotal-tracker (0.5.10)
builder
builder
crack
happymapper (>= 0.3.2)
nokogiri (>= 1.4.3)
nokogiri (>= 1.5.5)
nokogiri-happymapper (>= 0.5.4)
rest-client (~> 1.6.0)
rest-client (~> 1.6.0)
pry (0.9.12.2)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2013-08-23: 0.7.7
* [FIX] git pivotal-branch was incorrectly using a git checkout alias

# 2013-08-22: 0.7.6
* [FIX] Adds license to gemspec

Expand Down
2 changes: 1 addition & 1 deletion lib/git-whistles/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module Git
module Whistles
VERSION = "0.7.6"
VERSION = "0.7.7"
GEMDIR = Pathname.new(__FILE__).parent.parent.parent
end
end

0 comments on commit edb5a1c

Please sign in to comment.