Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamache committed Jun 28, 2016
1 parent 4629563 commit 9c4afe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ wildcard if you wish to use the Fuzzyurl as a URL mask.

Put the following in your `Gemfile`:

gem 'fuzzyurl', '~> 0.8.0'
gem 'fuzzyurl', '~> 0.9.0'


## Parsing URLs
Expand Down
4 changes: 2 additions & 2 deletions lib/fuzzyurl/version.rb
@@ -1,5 +1,5 @@
class Fuzzyurl
VERSION = "0.8.0"
VERSION_DATE = "2015-12-25"
VERSION = "0.9.0"
VERSION_DATE = "2016-06-28"
end

0 comments on commit 9c4afe8

Please sign in to comment.