Skip to content

Commit 5200f97

Browse files
authored
Merge pull request #9 from woosignal/master
v3.1.1 updates
2 parents 73edea2 + 485882b commit 5200f97

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [3.1.1] - 2022-08-29
2+
3+
* Dependency updates
4+
15
## [3.1.0] - 2022-05-19
26

37
* New API for product tags

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ In your flutter project add the dependency:
1515
``` dart
1616
dependencies:
1717
...
18-
woosignal: ^3.1.0
18+
woosignal: ^3.1.1
1919
```
2020

2121
### Usage example #
22-
Import woosignal.dart
22+
Import `woosignal.dart`
2323
``` dart
2424
import 'package:woosignal/woosignal.dart';
2525
```

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.1.0";
56+
const String wooSignalVersion = "3.1.1";
5757

5858
class WooSignal {
5959
WooSignal._privateConstructor();

pubspec.yaml

Lines changed: 3 additions & 3 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.1.0
3+
version: 3.1.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: ^4.0.6
14-
device_info_plus: ^3.2.3
14+
device_info_plus: ^4.1.2
1515
shared_preferences: ^2.0.15
1616
uuid: ^3.0.6
1717

@@ -20,4 +20,4 @@ dependencies:
2020

2121
dev_dependencies:
2222
lints: ^2.0.0
23-
test: ^1.16.0
23+
test: ^1.19.3

woosignal-woocommerce-api.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</content>
1313
<orderEntry type="sourceFolder" forTests="false" />
1414
<orderEntry type="library" name="Dart SDK" level="project" />
15-
<orderEntry type="library" name="Dart Packages" level="project" />
1615
<orderEntry type="library" name="Flutter Plugins" level="project" />
16+
<orderEntry type="library" name="Dart Packages" level="project" />
1717
</component>
1818
</module>

0 commit comments

Comments
 (0)