Skip to content

Commit

Permalink
version: 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khoren93 committed Sep 4, 2023
1 parent 69b58b0 commit b515b11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.1

* Replaced 'hidden' with 'default' for improved compatibility with older Flutter versions

## 1.4.0

* Updated Image to v4
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.4.1"
http:
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: flutter_zxing
description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing.
version: 1.4.0
version: 1.4.1
repository: https://github.com/khoren93/flutter_zxing

environment:
Expand Down
2 changes: 1 addition & 1 deletion zxscanner/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.4.0"
version: "1.4.1"
font_awesome_flutter:
dependency: "direct main"
description:
Expand Down

0 comments on commit b515b11

Please sign in to comment.