From 762abf177f4949697e411a41bc506d14130848f9 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Wed, 30 Mar 2016 00:52:06 +0100 Subject: [PATCH] Bump to 0.1.1 --- CHANGES.md | 3 +++ README.md | 2 +- lib/db_text_search/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..bd68fb2 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,3 @@ +## v0.1.1 + +Initial release. diff --git a/README.md b/README.md index 372e255..ee98777 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/lib/db_text_search/version.rb b/lib/db_text_search/version.rb index cb8ab3f..6f963af 100644 --- a/lib/db_text_search/version.rb +++ b/lib/db_text_search/version.rb @@ -1,3 +1,3 @@ module DbTextSearch - VERSION = '0.1.0' + VERSION = '0.1.1' end