Skip to content

Commit

Permalink
chore: updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascenio committed May 30, 2022
1 parent a189ef8 commit 20a9b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.4"
version: "0.0.5"
boolean_selector:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: barcode_finder
description: Barcode Finder is a plugin for reading barcodes and QRCodes from pdf files and images using Zxing for Android and Zxing and Zbar for iOS
version: 0.0.4
version: 0.0.5
homepage: https://github.com/PopcodeMobile/barcode-finder

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"

dependencies:
Expand All @@ -22,4 +22,4 @@ flutter:
package: br.com.popcode.barcode_finder
pluginClass: BarcodeFinderPlugin
ios:
pluginClass: SwiftBarcodeFinderPlugin
pluginClass: SwiftBarcodeFinderPlugin

0 comments on commit 20a9b62

Please sign in to comment.