Skip to content

Commit 160fc47

Browse files
committed
v3.2.3 updates
1 parent 63deb22 commit 160fc47

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [3.2.2] - 2022-02-20
1+
## [3.2.3] - 2022-02-24
2+
3+
* Flutter version bump
4+
5+
* ## [3.2.2] - 2022-02-20
26

37
* Add logo to package
48
* Pubspec.yaml dependency updates.

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: ^3.2.2
18+
woosignal: ^3.2.3
1919
```
2020

2121
### Usage example #

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: woosignal_woocommerce_example
22
description: Demonstrates how to use the woosignal plugin.
33

44
environment:
5-
sdk: '>=2.15.0 <3.0.0'
5+
sdk: '>=2.19.0 <3.0.0'
66

77
dependencies:
88
flutter:

lib/woosignal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import 'package:woosignal/models/response/setting_option_batch.dart';
5353
import 'package:woosignal/models/response/product_batch.dart';
5454

5555
/// WooSignal Package version
56-
const String wooSignalVersion = "3.2.2";
56+
const String wooSignalVersion = "3.2.3";
5757

5858
class WooSignal {
5959
WooSignal._privateConstructor();

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: 3.2.2
3+
version: 3.2.3
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)