diff --git a/CHANGELOG.md b/CHANGELOG.md index f084678..63fe5f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 4.1.7-wip + ## 4.1.6 - Require package `web: '>=0.5.0 <2.0.0'`. diff --git a/pubspec.yaml b/pubspec.yaml index 5fa6300..0b20b93 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sse -version: 4.1.6 +version: 4.1.7-wip description: >- Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST @@ -19,7 +19,7 @@ dependencies: web: '>=0.5.0 <2.0.0' dev_dependencies: - dart_flutter_team_lints: ^2.0.0 + dart_flutter_team_lints: ^3.0.0 shelf_static: ^1.0.0 - test: ^1.5.3 + test: ^1.16.6 webdriver: ^3.0.0