File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ You can install the **meilisearch** package by adding a few lines into `pubspec.
48
48
49
49
``` yaml
50
50
dependencies :
51
- meilisearch : ^0.12 .0
51
+ meilisearch : ^0.13 .0
52
52
` ` `
53
53
54
54
Then open your terminal and update dart packages.
Original file line number Diff line number Diff line change 1
1
class Version {
2
- static const String current = '0.12 .0' ;
2
+ static const String current = '0.13 .0' ;
3
3
4
4
static String get qualifiedVersion {
5
5
return "Meilisearch Dart (v$current )" ;
Original file line number Diff line number Diff line change 1
1
name : meilisearch
2
2
description : Meilisearch Dart is the Meilisearch API client for Dart and Flutter developers.
3
- version : 0.12 .0
3
+ version : 0.13 .0
4
4
homepage : https://meilisearch.com
5
5
repository : https://github.com/meilisearch/meilisearch-dart
6
6
issue_tracker : https://github.com/meilisearch/meilisearch-dart/issues
You can’t perform that action at this time.
0 commit comments