Skip to content

Commit

Permalink
Bumped dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilburx9 committed Oct 21, 2019
1 parent 653c791 commit eb3b3a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.0.6-alpha+1
* Updated dependencies to latest versions

## 0.0.6-alpha
* Added loading indicator for 3D authentication web page

Expand Down
18 changes: 9 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rave_flutter
description: A new Flutter plugin for making payment with Flutterwave's rave.
version: 0.0.6-alpha
version: 0.0.6-alpha+1
author: Wilberforce Uwadiegwu <[email protected]>
homepage: https://github.com/wilburt/rave_flutter

Expand All @@ -10,16 +10,16 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_svg: ^0.14.1
flutter_svg: ^0.14.2
http: ^0.12.0+2
intl: ^0.15.8
meta: ^1.1.6
async: ^2.1.0
dio: ^2.1.16
get_it: ^3.0.0+1
equatable: ^0.5.1
intl: ^0.16.0
meta: ^1.1.7
async: ^2.4.0
dio: ^3.0.3
get_it: ^3.0.1
equatable: ^0.6.1
tripledes: ^2.1.0
webview_flutter: ^0.3.13
webview_flutter: ^0.3.15+1


dev_dependencies:
Expand Down

0 comments on commit eb3b3a8

Please sign in to comment.