Skip to content

Commit e544dd9

Browse files
committed
Dependency updates
1 parent e83cad1 commit e544dd9

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.2.1] - 2020-10-30
2+
3+
* Dependency updates
4+
15
## [1.2.0] - 2020-09-05
26

37
* New method to retrieve a product

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In your flutter project add the dependency:
1515
``` dart
1616
dependencies:
1717
...
18-
woosignal: ^1.2.0
18+
woosignal: ^1.2.1
1919
```
2020

2121
### Usage example #

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: woosignal
22
description: WooCommerce REST API for dart, connect a WooCommerce store and start developing with our interface for their API endpoints.
3-
version: 1.2.0
3+
version: 1.2.1
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/flutter-woocommerce-api
66
issue_tracker: https://github.com/woosignal/flutter-woocommerce-api/issues
@@ -10,10 +10,10 @@ environment:
1010
sdk: ">=2.1.0 <3.0.0"
1111

1212
dependencies:
13-
dio: ^3.0.9
14-
device_info: ^0.4.2+1
15-
shared_preferences: ^0.5.6+3
16-
uuid: ^2.0.4
13+
dio: ^3.0.10
14+
device_info: ^0.4.2+9
15+
shared_preferences: ^0.5.12+2
16+
uuid: ^2.2.2
1717

1818
flutter:
1919
sdk: flutter

0 commit comments

Comments
 (0)