Skip to content

Commit

Permalink
solved error
Browse files Browse the repository at this point in the history
  • Loading branch information
contactlutforrahman committed Oct 31, 2021
1 parent 0ddfc54 commit f5523fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -20,4 +20,8 @@

## [3.0.0] - October 31, 2021

* Solved deprecated API issue
* Solved deprecated API issue

## [3.0.1] - October 31, 2021

* Solved missing plugins exception
2 changes: 1 addition & 1 deletion ios/flutter_qr_bar_scanner.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_qr_bar_scanner'
s.version = '3.0.0'
s.version = '3.0.1'
s.summary = "A Plugin for reading/scanning QR & Bar codes using Firebase's Mobile Vision API."
s.description = <<-DESC
A Plugin for reading/scanning QR & Bar codes using Firebase's Mobile Vision API.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_qr_bar_scanner
description: "A Flutter Plugin for reading/scanning QR & Bar codes using Firebase's Mobile Vision API"
version: 3.0.0
version: 3.0.1
homepage: https://github.com/contactlutforrahman/flutter_qr_bar_scanner

environment:
Expand Down

0 comments on commit f5523fc

Please sign in to comment.