Skip to content

Commit 844a4e2

Browse files
committed
v1.0.3
1 parent 6b8b387 commit 844a4e2

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+
## [1.0.3] - 2024-02-13
2+
3+
* Updated README.md
4+
15
## [1.0.2] - 2024-02-10
26

37
* Updated README.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In your flutter project add the dependency:
1111
``` dart
1212
dependencies:
1313
...
14-
woosignal_shopify_api: ^1.0.2
14+
woosignal_shopify_api: ^1.0.3
1515
```
1616

1717
### Usage example #

lib/woosignal_shopify_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import 'package:encrypt/encrypt.dart';
4646
import 'dart:convert';
4747

4848
/// WooSignal Package version
49-
const String wooSignalVersion = "1.0.2";
49+
const String wooSignalVersion = "1.0.3";
5050

5151
class WooSignalShopify {
5252
WooSignalShopify._privateConstructor();

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: woosignal_shopify_api
22
description: Shopify API for Dart, connect a Shopify store on WooSignal and start using the API to get products, login, create orders and more.
3-
version: 1.0.2
3+
version: 1.0.3
44
homepage: https://woosignal.com
55
repository: https://github.com/woosignal/flutter-shopify-api
66
issue_tracker: https://github.com/woosignal/flutter-shopify-api/issues
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
dio: ^5.3.3
14-
nylo_framework: ^5.20.18
14+
nylo_framework: ^5.21.0
1515
device_meta: ^1.1.7
1616
collection: ^1.18.0
1717
encrypt: ^5.0.3

0 commit comments

Comments
 (0)