Skip to content

Commit

Permalink
Merge pull request #33 from andriyoganp/chore/increase-version
Browse files Browse the repository at this point in the history
chore: increase version 0.0.10
  • Loading branch information
andriyoganp authored Dec 20, 2021
2 parents 4217952 + 7024f61 commit 99a568e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.10

* Set default duration delay in iOS
* Remove max width in method **.addImage**

## 0.0.9

* Add parameter **duration** for delay
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.7"
version: "0.0.10"
blue_thermal_printer:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.5.0"
version: "2.8.1"
blue_thermal_printer:
dependency: "direct main"
description:
Expand Down Expand Up @@ -42,7 +42,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -150,7 +150,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -204,7 +204,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.1"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -239,7 +239,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.2.19"
version: "0.4.2"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blue_print_pos
description: Plugin to connecting bluetooth printer device, support on Android and iOS
version: 0.0.9
version: 0.0.10
homepage: https://github.com/andriyoganp/blue_print_pos

environment:
Expand Down

0 comments on commit 99a568e

Please sign in to comment.