Skip to content

Commit 0e33039

Browse files
updated version
1 parent c6d92e6 commit 0e33039

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@
4040
* refactored code
4141

4242
## 0.0.9
43-
* Thanks to [treyhendon](https://github.com/treyhendon). Added UPC Barcode support [41](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/41)
43+
* Thanks to [treyhendon](https://github.com/treyhendon). Added UPC Barcode support [41](https://github.com/CodingWithTashi/simple_barcode_scanner/issues/41)
44+
45+
## 0.0.10
46+
* Downgraded sdk from to 4 to 3 to support older flutter project
47+
48+
## 0.1.0
49+
* Upgraded flutter sdk

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ packages:
198198
path: ".."
199199
relative: true
200200
source: path
201-
version: "0.0.9"
201+
version: "0.1.0"
202202
sky_engine:
203203
dependency: transitive
204204
description: flutter

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: simple_barcode_scanner
22
description: Scanner plugin for Barcode/QR code. Scan using flutter_barcode_scanner for mobile device and html5-qrcode for web and windows
3-
version: 0.0.9
3+
version: 0.1.0
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
issue_tracker: https://github.com/CodingWithTashi/simple_barcode_scanner/issues
66

0 commit comments

Comments
 (0)