diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fb5c3..b2a40ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.0 + +* fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202)) + ## 0.4.0 Breaking changes * removed `FlutterZxing` class, call all methods directly diff --git a/pubspec.yaml b/pubspec.yaml index 09d7977..8da51e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 0.4.0 +version: 0.5.0 repository: https://github.com/khoren93/flutter_zxing environment: diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index aecc5cf..7a665eb 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -314,7 +314,7 @@ packages: path: ".." relative: true source: path - version: "0.4.0" + version: "0.5.0" font_awesome_flutter: dependency: "direct main" description: