Skip to content

Commit 99a568e

Browse files
authored
Merge pull request #33 from andriyoganp/chore/increase-version
chore: increase version 0.0.10
2 parents 4217952 + 7024f61 commit 99a568e

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.10
2+
3+
* Set default duration delay in iOS
4+
* Remove max width in method **.addImage**
5+
16
## 0.0.9
27

38
* Add parameter **duration** for delay

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ packages:
2121
path: ".."
2222
relative: true
2323
source: path
24-
version: "0.0.7"
24+
version: "0.0.10"
2525
blue_thermal_printer:
2626
dependency: transitive
2727
description:

pubspec.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packages:
1414
name: async
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.5.0"
17+
version: "2.8.1"
1818
blue_thermal_printer:
1919
dependency: "direct main"
2020
description:
@@ -42,7 +42,7 @@ packages:
4242
name: charcode
4343
url: "https://pub.dartlang.org"
4444
source: hosted
45-
version: "1.2.0"
45+
version: "1.3.1"
4646
clock:
4747
dependency: transitive
4848
description:
@@ -150,7 +150,7 @@ packages:
150150
name: meta
151151
url: "https://pub.dartlang.org"
152152
source: hosted
153-
version: "1.3.0"
153+
version: "1.7.0"
154154
path:
155155
dependency: transitive
156156
description:
@@ -204,7 +204,7 @@ packages:
204204
name: source_span
205205
url: "https://pub.dartlang.org"
206206
source: hosted
207-
version: "1.8.0"
207+
version: "1.8.1"
208208
stack_trace:
209209
dependency: transitive
210210
description:
@@ -239,7 +239,7 @@ packages:
239239
name: test_api
240240
url: "https://pub.dartlang.org"
241241
source: hosted
242-
version: "0.2.19"
242+
version: "0.4.2"
243243
typed_data:
244244
dependency: transitive
245245
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: blue_print_pos
22
description: Plugin to connecting bluetooth printer device, support on Android and iOS
3-
version: 0.0.9
3+
version: 0.0.10
44
homepage: https://github.com/andriyoganp/blue_print_pos
55

66
environment:

0 commit comments

Comments
 (0)