Skip to content

Commit

Permalink
Merge pull request #43 from andriyoganp/chore/increase-version
Browse files Browse the repository at this point in the history
chore: increase version 0.0.12
  • Loading branch information
andriyoganp authored Jan 28, 2022
2 parents df8957d + 5598613 commit e3d49ee
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.12

* Fix fail build on Android

## 0.0.11

* Provide default value on duration, only Android
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.10"
version: "0.0.12"
blue_thermal_printer:
dependency: transitive
description:
name: blue_thermal_printer
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8"
version: "1.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -143,7 +143,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.8"
version: "3.1.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -185,7 +185,7 @@ packages:
name: qr
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0"
qr_flutter:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
name: blue_thermal_printer
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.8"
version: "1.2.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -136,7 +136,7 @@ packages:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.8"
version: "3.1.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -178,7 +178,7 @@ packages:
name: qr
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
version: "2.1.0"
qr_flutter:
dependency: "direct main"
description:
Expand Down
10 changes: 5 additions & 5 deletions 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.11
version: 0.0.12
homepage: https://github.com/andriyoganp/blue_print_pos

environment:
Expand All @@ -9,16 +9,16 @@ environment:

dependencies:
# Handler bluetooth for Android
blue_thermal_printer: ^1.1.8
blue_thermal_printer: 1.2.0
# Utilities for generate ByteBuffer
esc_pos_utils_plus: ^2.0.1+6
esc_pos_utils_plus: 2.0.1+6
# Framewework
flutter:
sdk: flutter
# Handler bluetooth for iOS
flutter_blue: ^0.8.0
flutter_blue: 0.8.0
# Image utilities
image: ^3.0.8
image: 3.1.1
# Generate qr image painter
qr_flutter: ^4.0.0

Expand Down

0 comments on commit e3d49ee

Please sign in to comment.