Skip to content

Commit 2597996

Browse files
committed
v1.3.1 - README updates
1 parent a9b1ae0 commit 2597996

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.1] - 2020-12-20
2+
3+
* README updates
4+
15
## [1.3.0] - 2020-12-20
26

37
* New WooCommerce APIs

README.md

Lines changed: 2 additions & 2 deletions
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.3.0
18+
woosignal: ^1.3.1
1919
```
2020

2121
### Usage example #
@@ -138,7 +138,7 @@ _getProducts() async {
138138
- Retrive a Order by id
139139
- Create an Order
140140
- Update an Order
141-
- - Create, Delete and Update Order Multiple Time.
141+
- Create, Delete and Update Order Multiple Time.
142142

143143
[See Order API](https://woosignal.com/docs/api/1.0/orders)
144144

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
3+
version: 1.3.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

0 commit comments

Comments
 (0)