Skip to content

Commit

Permalink
updated version number to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akshathjain committed Apr 27, 2021
1 parent 5356c4b commit 3f0c602
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 3f0c602

Please sign in to comment.