Skip to content

Commit

Permalink
fix(release 0.1.1): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHAulia committed Apr 6, 2022
1 parent 2f5e305 commit 4cd20e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@
.dart_tool/
.packages
build/
.vscode
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@

## 0.1.0

* Add printImageUrl and printImageAsset
* Add printImageUrl and printImageAsset

## 0.1.1

* Fix set indent function
* Fix implementation of set font size
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0"
version: "0.1.1"
flutter_test:
dependency: "direct dev"
description: flutter
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: flutter_pax_printer_utility
description: Plugin to access pax printer A920 command
version: 0.1.0
version: 0.1.1
homepage: https://github.com/AuliaVailo/flutter_pax_printer_utility

environment:
Expand Down

0 comments on commit 4cd20e0

Please sign in to comment.