Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Mar 5, 2022
1 parent 8b77744 commit 5ad0bba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.0
* Adapt to emoji API changes
* Improve API documentation
* Improve syntax
* Display search icon on Windows to submit search

## 0.2.2
* Fix for dartdoc error

Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: enough_giphy_flutter
description: Add a powerful and customizable GIPHY picker into your Flutter app.
version: 0.2.2
version: 0.3.0
homepage: https://github.com/Enough-Software/enough_giphy_flutter

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.17.0"

dependencies:
enough_giphy: #^0.1.0
enough_giphy: ^0.2.0
git:
url: https://github.com/Enough-Software/enough_giphy.git
# path: ../enough_giphy
enough_platform_widgets: #^0.2.2
enough_platform_widgets: ^0.3.0
git:
url: https://github.com/Enough-Software/enough_platform_widgets.git
#path: ../enough_platform_widgets
Expand Down

0 comments on commit 5ad0bba

Please sign in to comment.