From 3b117ff3d36505047a7f60732c07d874bdb31b9f Mon Sep 17 00:00:00 2001 From: congthanhng Date: Fri, 20 Jan 2023 15:39:39 +0700 Subject: [PATCH] Merge pull request #12 * Release v1.0.1 * Merge remote-tracking branch 'origin/main' into release/ver1.0.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..616cfe5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 1.0.1 +* Update: + - Added envelope with quantity + - Update responsive for tablet + +## 1.0.0 +* Initial app and publish \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0251e20..f1f639a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+1 +version: 1.0.1+2 environment: sdk: '>=2.18.6 <3.0.0'