Skip to content

Commit

Permalink
release: 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Apr 15, 2016
1 parent 4c18d70 commit 122ed1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Release 0.1.6

Change installation method, don't rely on sourcing the script manually,
but utilize the vendor directories in fish.

## Release 0.1.5

- Fix fry install rubies parser for `ruby-install`.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME=fry
VERSION=0.1.5
VERSION=0.1.6
AUTHOR=terlar
URL=https://github.com/$(AUTHOR)/$(NAME)

Expand Down
2 changes: 1 addition & 1 deletion functions/fry-version.fish
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function fry-version --description 'Display the current version of fry'
echo '0.1.5'
echo '0.1.6'
end

0 comments on commit 122ed1c

Please sign in to comment.