Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
therubymug committed Apr 13, 2020
1 parent 9820adb commit 5495dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.1
2.6.6
2 changes: 1 addition & 1 deletion hitch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.license = "MIT"
s.name = %q{hitch}
s.version = '1.0.4'
s.version = '1.1.0'
s.date = Time.now.strftime('%F')

s.description = %q{Git author attribution helper for pair programmers.}
Expand Down
2 changes: 1 addition & 1 deletion lib/hitch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module Hitch

VERSION = '1.0.4'
VERSION = '1.1.0'

def self.print_info
if Hitch.pairing? && STDOUT.tty?
Expand Down

0 comments on commit 5495dcd

Please sign in to comment.