Skip to content

Commit e12e10e

Browse files
author
Giorgio
committed
Updated sdk constraint to 2.5.2
1 parent 94c397b commit e12e10e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Fixed problem in SelectorBuilder:
66
if you set a raw map, then you couldn't add any new query expression or you loose the inital raw map "query" section.
77
* Lint clean-up
8+
* Updated sdk constraint to 2.5.2
89

910
## 0.4.1
1011

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.4.2
33
description: Query builder for mongo_dart and objectory
44
homepage: https://github.com/mongo-dart/mongo_dart_query
55
environment:
6-
sdk: ">=2.0.0-dev.69.0 <3.0.0"
6+
sdk: ">=2.5.2 <3.0.0"
77
dependencies:
88
bson: "^0.3.2"
99
meta: ^1.1.7

0 commit comments

Comments
 (0)