Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz committed Aug 14, 2019
1 parent 370d1f9 commit a52b7fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<p align="center"><img src="https://github.com/swiftype/swiftype-rb/blob/master/logo-site-search.png?raw=true" alt="Elastic Site Search Logo"></p>

<p align="center"><a href="https://travis-ci.org/swiftype/swiftype-rb"><img src="https://travis-ci.org/swiftype/swiftype-rb.png" alt="Travis build"></a>
Expand All @@ -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 🐣

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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 📗

Expand Down
2 changes: 1 addition & 1 deletion lib/swiftype/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Swiftype
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit a52b7fb

Please sign in to comment.