Skip to content

Commit

Permalink
Bump to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 1, 2016
1 parent d68cfe4 commit bddfa07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ DbTextSearch provides a unified interface on top of ActiveRecord for SQLite, MyS
Add this line to your application's Gemfile:

```ruby
gem 'db_text_search', '~> 0.2.0'
gem 'db_text_search', '~> 0.2.1'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion lib/db_text_search/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module DbTextSearch
# Gem version
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit bddfa07

Please sign in to comment.