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

Commit 134bc26

Browse files
authored
Merge pull request #39 from swiftype/release-1.4.0
Release 1.4.0
2 parents e6c48f3 + cbaf070 commit 134bc26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To install the gem, execute:
4848

4949
gem install swiftype
5050

51-
Or place `gem 'swiftype', '~> 1.3.1` in your `Gemfile` and run `bundle install`.
51+
Or place `gem 'swiftype', '~> 1.4.0` in your `Gemfile` and run `bundle install`.
5252

5353
> **Note:** This client has been developed for the [Swiftype Site Search](https://www.swiftype.com/site-search) API endpoints only.
5454

lib/swiftype/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Swiftype
2-
VERSION = "1.3.1"
2+
VERSION = "1.4.0"
33
end

0 commit comments

Comments
 (0)