diff --git a/CHANGELOG.md b/CHANGELOG.md index d877ac3..84aab18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.2.1 +* [Fix] Use root navigator for modal + ### 1.2.0 * Add support for macOS in `example` * `GiphySelector` can be displayed in a modal diff --git a/README.md b/README.md index 5cd4817..442b902 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Inspired by [giphy_get](https://github.com/bazookon/giphy_get) This package allow to get gifs, sticker or emojis from [GIPHY](https://www.giphy.com/) in pure dart code using [Giphy SDK](https://developers.giphy.com/docs/sdk) design guidelines. - + ## Getting Started diff --git a/pubspec.yaml b/pubspec.yaml index 8436c07..612de76 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: giphy_selector description: A Flutter plugin enabling the selection of a GIPHY GIF, Sticker or Emoji -version: 1.2.0 +version: 1.2.1 homepage: https://github.com/amantoux/giphy_selector