Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Mar 29, 2016
1 parent 77e2fe0 commit 762abf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.1

Initial release.
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'
gem 'db_text_search', '~> 0.1.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
@@ -1,3 +1,3 @@
module DbTextSearch
VERSION = '0.1.0'
VERSION = '0.1.1'
end

0 comments on commit 762abf1

Please sign in to comment.