From 37de80a262c24aa4745c15ce26c0b0fb8010b1df Mon Sep 17 00:00:00 2001 From: Andri Yoga Nur Pratama Date: Tue, 29 Mar 2022 13:58:33 +0700 Subject: [PATCH] chore: update version and CHANGELOG.md --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aaf761..ca28b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.14 + +* feat: change [flutter_blue](https://pub.dev/packages/flutter_blue) with [flutter_blue_plus](https://pub.dev/packages/flutter_blue_plus) ([!53](https://github.com/andriyoganp/blue_print_pos/pull/53)) +* fix: paper size print receipt text not pass bug ([#52](https://github.com/andriyoganp/blue_print_pos/pull/52)) + ## 0.0.13 * Update to flutter SDK 2.10.3, dart 2.16 diff --git a/example/pubspec.lock b/example/pubspec.lock index 5bef6f4..ffd7b08 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -21,7 +21,7 @@ packages: path: ".." relative: true source: path - version: "0.0.13" + version: "0.0.14" blue_thermal_printer: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9d221cd..b8c0e9f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: blue_print_pos description: Plugin to connecting bluetooth printer device, support on Android and iOS -version: 0.0.13 +version: 0.0.14 homepage: https://github.com/andriyoganp/blue_print_pos environment: