diff --git a/packages/google_vision/CHANGELOG.md b/packages/google_vision/CHANGELOG.md index bd9fa9b..79a66f8 100644 --- a/packages/google_vision/CHANGELOG.md +++ b/packages/google_vision/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## 2.0.0+4 +## 2.0.0+5 * dependency bump -* adjustments for new Dart SDK +* Fix incorrect face landmark keys #29 ## 2.0.0+4 diff --git a/packages/google_vision/README.md b/packages/google_vision/README.md index a7f42f6..0421c5b 100644 --- a/packages/google_vision/README.md +++ b/packages/google_vision/README.md @@ -67,7 +67,7 @@ To use this package, add the dependency to your `pubspec.yaml` file: ```yaml dependencies: ... - google_vision: ^2.0.0+4 + google_vision: ^2.0.0+5 ``` ### Obtaining Authentication/Authorization Credentials @@ -176,6 +176,7 @@ Please see the cli documentation [README.md](https://github.com/faithoflifedev/g - [JLuisRojas](https://github.com/JLuisRojas) - [DeadBryam](https://github.com/DeadBryam) - [husitawi](https://github.com/husitawi) +- [EricApostal](https://github.com/EricApostal) ## Contributing diff --git a/packages/google_vision/lib/meta.dart b/packages/google_vision/lib/meta.dart index 833c2b9..f49cf0c 100644 --- a/packages/google_vision/lib/meta.dart +++ b/packages/google_vision/lib/meta.dart @@ -1,9 +1,7 @@ /// app metadata library; - // DO NOT EDIT THIS FILE // THIS FILE IS AUTOMATICALLY OVER WRITTEN BY PublishTools import 'dart:convert' show json; -final pubSpec = json.decode( - '{description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision, publish_to: null, version: 2.0.0+4}'); +final pubSpec = json.decode('{description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into cross platform applications., homepage: https://github.com/faithoflifedev/google_vision/tree/main/packages/google_vision, documentation: null, repository: https://github.com/faithoflifedev/google_vision, issueTracker: null, name: google_vision, publish_to: null, version: 2.0.0+5}');