File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec.
5454
5555``` yaml
5656dependencies :
57- meilisearch : ^0.17.0
57+ meilisearch : ^0.17.1
5858` ` `
5959
6060Then open your terminal and update dart packages.
Original file line number Diff line number Diff line change 11class 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 )" ;
Original file line number Diff line number Diff line change 11name : meilisearch
22description : Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers.
3- version : 0.17.0
3+ version : 0.17.1
44homepage : https://meilisearch.com
55repository : https://github.com/meilisearch/meilisearch-dart
66issue_tracker : https://github.com/meilisearch/meilisearch-dart/issues
You can’t perform that action at this time.
0 commit comments