Skip to content

Commit

Permalink
Update version for the next release (v0.2.1) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Jun 21, 2021
1 parent 9033e71 commit d358f53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.2.1
- Changes due to the implicit index creation (#48) @alallema

# 0.2.0
### Changes
- Add health method (#38) @alallema
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0"
version: "0.2.1"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
sdk: ">=2.12.0 <3.0.0"

dependencies:
meilisearch: "0.2.0"
meilisearch: "0.2.1"

dependency_overrides:
meilisearch:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: meilisearch
description: MeiliSearch Dart is the MeiliSearch API client for Dart and Flutter developers.
version: 0.2.0
version: 0.2.1
homepage: https://github.com/meilisearch/meilisearch-dart

environment:
Expand Down

0 comments on commit d358f53

Please sign in to comment.