diff --git a/README.md b/README.md index 786531d..8b7ba25 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -

Elastic Site Search Logo

Travis build @@ -8,15 +7,15 @@ ## Contents -+ [Getting started](#getting-started-) -+ [Usage](#usage) -+ [Migrating from pervious versions](#migrating-from-previous-versions) -+ [Development](#development) -+ [FAQ](#faq-) -+ [Contribute](#contribute-) -+ [License](#license-) +- [Getting started](#getting-started-) +- [Usage](#usage) +- [Migrating from pervious versions](#migrating-from-previous-versions) +- [Development](#development) +- [FAQ](#faq-) +- [Contribute](#contribute-) +- [License](#license-) -*** +--- ## Getting started 🐣 @@ -48,7 +47,7 @@ To install the gem, execute: gem install swiftype -Or place `gem 'swiftype', '~> 1.4.0` in your `Gemfile` and run `bundle install`. +Or place `gem 'swiftype', '~> 1.5.0` in your `Gemfile` and run `bundle install`. > **Note:** This client has been developed for the [Swiftype Site Search](https://www.swiftype.com/site-search) API endpoints only. @@ -459,8 +458,8 @@ You can checkout the [Elastic Site Search community discuss forums](https://disc We welcome contributors to the project. Before you begin, a couple notes... -+ Before opening a pull request, please create an issue to [discuss the scope of your proposal](https://github.com/swiftype/swiftype-rb/issues). -+ Please write simple code and concise documentation, when appropriate. +- Before opening a pull request, please create an issue to [discuss the scope of your proposal](https://github.com/swiftype/swiftype-rb/issues). +- Please write simple code and concise documentation, when appropriate. ## License 📗 diff --git a/lib/swiftype/version.rb b/lib/swiftype/version.rb index 634df6c..abb71b2 100644 --- a/lib/swiftype/version.rb +++ b/lib/swiftype/version.rb @@ -1,3 +1,3 @@ module Swiftype - VERSION = "1.4.0" + VERSION = "1.5.0" end