Skip to content

Commit 36f677b

Browse files
updated version
1 parent 0ff21a5 commit 36f677b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0
1+
## 0.2.0
22
* `SimpleBarcodeScannerPage` is now depreciated, use `SimpleBarcodeScanner` instead
33
* Scan barcode with `SimpleBarcodeScanner` `scanBarcode` method
44
* Stream barcode with `SimpleBarcodeScanner` `streamBarcode` method

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Window | Web
3333
## Getting started
3434

3535
```dart
36-
simple_barcode_scanner: ^2.0.0
36+
simple_barcode_scanner: ^0.2.0
3737
3838
```
3939
Import the library:

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: simple_barcode_scanner that let you scan barcode and qr code in mobile, web and windows.
3-
version: 2.0.0
3+
version: 0.2.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)