Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Nov 22, 2018
1 parent 53c8973 commit 65ba535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git-whence (0.2.0)
git-whence (0.2.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem install git-whence
or as standalone binary (needs any ruby)

```Bash
curl -sL https://github.com/grosser/git-whence/releases/download/v0.2.0/git-autobisect > /usr/local/bin/git-whence && \
curl -sL https://github.com/grosser/git-whence/releases/download/v0.2.1/git-autobisect > /usr/local/bin/git-whence && \
chmod +x /usr/local/bin/git-whence && \
git-whence --version
```
Expand Down
2 changes: 1 addition & 1 deletion lib/git/whence/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Git
module Whence
VERSION = "0.2.0"
VERSION = "0.2.1"
end
end

0 comments on commit 65ba535

Please sign in to comment.