Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yakhinvadim committed Feb 20, 2020
1 parent 8cc9fbb commit 4a144fd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install the gem, execute:
gem install elastic-workplace-search
```

Or place `gem 'elastic-workplace-search', '~> 0.4.0` in your `Gemfile` and run `bundle install`.
Or place `gem 'elastic-workplace-search', '~> 0.4.1` in your `Gemfile` and run `bundle install`.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/elastic/workplace-search/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Elastic
module WorkplaceSearch
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end
2 changes: 1 addition & 1 deletion spec/fixtures/vcr/add_user_permissions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/fixtures/vcr/get_user_permissions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/fixtures/vcr/list_all_permissions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/fixtures/vcr/list_all_permissions_with_paging.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/fixtures/vcr/remove_user_permissions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/fixtures/vcr/update_user_permissions.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4a144fd

Please sign in to comment.