diff --git a/CHANGELOG.md b/CHANGELOG.md index 64dd0f0..26c3570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file contains highlights of what changes on each version of the force package. +#### Pub version 0.7.1 #### + +- use the latest forcemvc + #### Pub version 0.7.0 #### - upgrade packages in pubspec.yaml diff --git a/pubspec.yaml b/pubspec.yaml index 1aefc46..c8bdab1 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,12 +1,12 @@ name: force -version: 0.7.0 +version: 0.7.1 author: Joris Hermans description: A real time web framework for dart, embracing websockets, making communication even better homepage: https://github.com/ForceUniverse/dart-force dependencies: logging: '>=0.11.0 <0.12.0' uuid: '>=0.5.2 <0.6.0' - forcemvc: '>=0.8.1 <0.9.0' + forcemvc: '>=0.8.5 <0.9.0' cargo: '>=0.8.0 <0.9.0' dev_dependencies: test: ">=0.12.13 <0.13.0"