Skip to content

Commit 2b6d779

Browse files
meili-botcurquiza
andauthored
Update version for the next release (v0.17.1) (#446)
* Update lib/src/version.dart * Update pubspec.yaml * Update README.md * Update CHANGELOG.md --------- Co-authored-by: Clémentine <clementine@meilisearch.com>
1 parent a497b15 commit 2b6d779

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[comment]: <> (All notable changes to this project will be documented in this file.)
22

3+
# 0.17.1
4+
### Breaking Changes:
5+
36
# 0.17.0
47
### Breaking Changes:
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec.
5454

5555
```yaml
5656
dependencies:
57-
meilisearch: ^0.17.0
57+
meilisearch: ^0.17.1
5858
```
5959
6060
Then open your terminal and update dart packages.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Version {
2-
static const String current = '0.17.0';
2+
static const String current = '0.17.1';
33

44
static String get qualifiedVersion {
55
return "Meilisearch Dart (v$current)";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: meilisearch
22
description: Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers.
3-
version: 0.17.0
3+
version: 0.17.1
44
homepage: https://meilisearch.com
55
repository: https://github.com/meilisearch/meilisearch-dart
66
issue_tracker: https://github.com/meilisearch/meilisearch-dart/issues

0 commit comments

Comments
 (0)