Skip to content

Commit afc6446

Browse files
committed
v3.13.6
1 parent 2645ddc commit afc6446

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.13.6] - 2024-04-09
2+
3+
* Pubspec.yaml dependency updates.
4+
15
## [3.14.0] - 2024-04-06
26

37
* Add toJson method to `Product` class

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.14.0
18+
woosignal: ^3.14.1
1919
```
2020

2121
### Usage example #

lib/woosignal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import 'package:encrypt/encrypt.dart' as enc;
5757
import 'package:encrypt/encrypt.dart';
5858

5959
/// WooSignal Package version
60-
const String _wooSignalVersion = "3.14.0";
60+
const String _wooSignalVersion = "3.14.1";
6161

6262
class WooSignal {
6363
WooSignal._privateConstructor();

pubspec.yaml

Lines changed: 2 additions & 2 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: 3.14.0
3+
version: 3.14.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
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
dio: ^5.4.2+1
14-
device_meta: ^1.1.19
14+
device_meta: ^1.1.20
1515
encrypt: ^5.0.3
1616

1717
flutter:

0 commit comments

Comments
 (0)