Skip to content

Commit a3e540b

Browse files
updated version and change log
1 parent 3325d34 commit a3e540b

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
* Fix platform list issue not displaying in pub.dev
1111
* update ReadMe.md
12-
* Fixed dart file convention for score
13-
* static analysis issue fix
12+
* Fixed dart file convention for score
13+
* static analysis issue fix
1414
## 0.0.3
1515
* Window not scanning issue fixed
1616
* Update README.MD file
@@ -19,4 +19,9 @@
1919
## 0.0.4
2020
* Added demo image for window
2121
* renamed file name and path
22-
* version update
22+
* version update
23+
24+
## 0.0.5
25+
* added button for web and window
26+
* updated packages
27+
* permission refactored

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ packages:
136136
path: ".."
137137
relative: true
138138
source: path
139-
version: "0.0.4"
139+
version: "0.0.5"
140140
sky_engine:
141141
dependency: transitive
142142
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.4
3+
version: 0.0.5
44
homepage: https://github.com/CodingWithTashi/simple_barcode_scanner
55
platforms:
66
android:

0 commit comments

Comments
 (0)