Skip to content

Commit

Permalink
bumped version to 2.0 (breaking changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
masukomi committed Jul 16, 2024
1 parent bb66b8f commit b02298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
mongodb_meilisearch (1.3.0)
mongodb_meilisearch (2.0.0)
meilisearch
mongoid (~> 7.0)
rails
Expand Down
2 changes: 1 addition & 1 deletion lib/mongodb_meilisearch/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ module MongodbMeilisearch
# @note This library will adhere to strict semantic versioning.
# See https://semver.org/
#
VERSION = "1.3.0"
VERSION = "2.0.0"
end

0 comments on commit b02298c

Please sign in to comment.