Skip to content

Commit c1e3714

Browse files
committed
Bump gem version
1 parent 119d4fb commit c1e3714

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
gem install elastic-site-search
4949
```
5050

51-
Or place `gem 'elastic-site-search', '~> 2.1.0` in your `Gemfile` and run `bundle install`.
51+
Or place `gem 'elastic-site-search', '~> 2.2.0` in your `Gemfile` and run `bundle install`.
5252

5353
> **Note:** This client has been developed for the [Elastic Site Search](https://www.elastic.co/products/site-search/service) API endpoints only.
5454

lib/elastic/site-search/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Elastic
22
module SiteSearch
3-
VERSION = "2.1.0"
3+
VERSION = "2.2.0"
44
end
55
end

0 commit comments

Comments
 (0)