Skip to content

Commit 6b8b387

Browse files
committed
v1.0.2
1 parent e4ab18a commit 6b8b387

File tree

4 files changed

+7
-3
lines changed

4 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.0.2] - 2024-02-10
2+
3+
* Updated README.md
4+
15
## [1.0.1] - 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.1
14+
woosignal_shopify_api: ^1.0.2
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.0";
49+
const String wooSignalVersion = "1.0.2";
5050

5151
class WooSignalShopify {
5252
WooSignalShopify._privateConstructor();

pubspec.yaml

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

0 commit comments

Comments
 (0)