diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a1d4d7..2566844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.8+1 + +* web entities and pages +* dependency bump + ## 1.0.8 * web entities and pages diff --git a/README.md b/README.md index bd7b337..09ef0fb 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ Please feel free to submit PRs for any additional helper methods, or report an [ ## Recent Changes +### New for v1.0.8 + - web entities and pages detection [https://cloud.google.com/vision/docs/detecting-web](https://cloud.google.com/vision/docs/detecting-web), provides urls of web pages that match the specified image + ### New for v1.0.7 [JLuisRojas](https://github.com/JLuisRojas) has provided code for: @@ -55,7 +58,7 @@ To use this package, add the dependency to your `pubspec.yaml` file: ```yaml dependencies: ... - google_vision: ^1.0.8 + google_vision: ^1.0.8+1 ``` ### Obtaining Authorization Credentials diff --git a/lib/meta.dart b/lib/meta.dart index 0202036..82f0700 100644 --- a/lib/meta.dart +++ b/lib/meta.dart @@ -3,4 +3,4 @@ import 'dart:convert' show json; final pubSpec = json.decode( - '{"name":"google_vision","version":"1.0.8","homepage":"https://github.com/faithoflifedev/google_vision","environment":{"sdk":">=2.17.0 <4.0.0"},"description":"Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into applications.","dependencies":{"args":"^2.4.2","color":"^3.0.0","crypto_keys":"^0.3.0+1","dio":"^5.2.1+1","http":"^0.13.6","image":"^4.0.17","jose":"^0.3.3","json_annotation":"^4.8.1","retrofit":"^4.0.1","universal_io":"^2.2.2"},"dev_dependencies":{"build_runner":"^2.4.5","grinder":"^0.9.4","json_serializable":"^6.7.0","lints":"^2.1.1","publish_tools":"^0.1.0+10","retrofit_generator":"^7.0.1","test":"^1.24.3"},"executables":{"vision":""},"repository":"https://github.com/faithoflifedev/google_vision"}'); + '{"name":"google_vision","version":"1.0.8+1","homepage":"https://github.com/faithoflifedev/google_vision","environment":{"sdk":">=2.17.0 <4.0.0"},"description":"Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into applications.","dependencies":{"args":"^2.4.2","color":"^3.0.0","crypto_keys":"^0.3.0+1","dio":"^5.2.1+1","http":"^0.13.6","image":"^4.0.17","jose":"^0.3.3","json_annotation":"^4.8.1","retrofit":"^4.0.1","universal_io":"^2.2.2"},"dev_dependencies":{"build_runner":"^2.4.5","grinder":"^0.9.4","json_serializable":"^6.7.0","lints":"^2.1.1","publish_tools":"^0.1.0+10","retrofit_generator":"^7.0.1","test":"^1.24.3"},"executables":{"vision":""},"repository":"https://github.com/faithoflifedev/google_vision"}'); diff --git a/pubspec.yaml b/pubspec.yaml index 679abd0..13fb3e3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: google_vision description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into applications. -version: 1.0.8 +version: 1.0.8+1 repository: https://github.com/faithoflifedev/google_vision homepage: https://github.com/faithoflifedev/google_vision diff --git a/tool/README.md b/tool/README.md index 645a91c..954f512 100644 --- a/tool/README.md +++ b/tool/README.md @@ -26,6 +26,9 @@ Please feel free to submit PRs for any additional helper methods, or report an [ ## Recent Changes +### New for v1.0.8 + - web entities and pages detection [https://cloud.google.com/vision/docs/detecting-web](https://cloud.google.com/vision/docs/detecting-web), provides urls of web pages that match the specified image + ### New for v1.0.7 [JLuisRojas](https://github.com/JLuisRojas) has provided code for: