diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe1eeb..4871675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.1.0] - [April 26, 2021] +## [2.0.0] - [April 26, 2021] ### Features - Addressed issue #223,#240 - Added null safety support diff --git a/README.md b/README.md index b0ddb15..fdccbb1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A draggable Flutter widget that makes implementing a SlidingUpPanel much easier! Add the following to your `pubspec.yaml` file: ```yaml dependencies: - sliding_up_panel: ^1.1.0 + sliding_up_panel: ^2.0.0 ``` Note that `v1.0.0` introduced some breaking changes outlined [below](#breaking-changes). diff --git a/pubspec.yaml b/pubspec.yaml index 5605666..cd4e1a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: sliding_up_panel description: A draggable Flutter widget that makes implementing a SlidingUpPanel much easier! -version: 1.1.0 +version: 2.0.0 homepage: https://github.com/akshathjain/sliding_up_panel environment: