Skip to content

Commit c0aa4c3

Browse files
'fix to README TOC'
1 parent 73c6823 commit c0aa4c3

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.0+1
4+
5+
* fix to README TOC
6+
37
## 1.1.0
48

59
* better `Flutter` support

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Please feel free to submit PRs for any additional helper methods, or report an [
1212

1313
## Table of Contents
1414
- [Recent Changes](#recent-changes)
15+
- [New for v1.1.0](#new-for-v110)
1516
- [New for v1.0.8](#new-for-v108)
1617
- [New for v1.0.7](#new-for-v107)
1718
- [New for v1.0.6](#new-for-v106)
18-
- [New for v1.0.3](#new-for-v103)
1919
- [Getting Started](#getting-started)
2020
- [pubspec.yaml](#pubspecyaml)
2121
- [Obtaining Authorization Credentials](#obtaining-authorization-credentials)
@@ -69,7 +69,7 @@ To use this package, add the dependency to your `pubspec.yaml` file:
6969
```yaml
7070
dependencies:
7171
...
72-
google_vision: ^1.1.0
72+
google_vision: ^1.1.0+1
7373
```
7474
7575
### Obtaining Authorization Credentials

lib/meta.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
import 'dart:convert' show json;
44

55
final pubSpec = json.decode(
6-
'{"name":"google_vision","version":"1.1.0","homepage":"https://github.com/faithoflifedev/google_vision","environment":{"sdk":">=3.0.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.3.2","http":"^1.1.0","image":"^4.0.17","jose":"^0.3.4","json_annotation":"^4.8.1","retrofit":"^4.0.1","universal_io":"^2.2.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","json_serializable":"^6.7.1","lints":"^2.1.1","publish_tools":"^0.1.0+11","retrofit_generator":"^7.0.8","test":"^1.24.6"},"dependency_overrides":{"x509":{"git":"https://github.com/faithoflifedev/x509.git"}},"executables":{"vision":""},"repository":"https://github.com/faithoflifedev/google_vision"}');
6+
'{"name":"google_vision","version":"1.1.0+1","homepage":"https://github.com/faithoflifedev/google_vision","environment":{"sdk":">=3.0.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.3.2","http":"^1.1.0","image":"^4.0.17","jose":"^0.3.4","json_annotation":"^4.8.1","retrofit":"^4.0.1","universal_io":"^2.2.2"},"dev_dependencies":{"build_runner":"^2.4.6","grinder":"^0.9.4","json_serializable":"^6.7.1","lints":"^2.1.1","publish_tools":"^0.1.0+11","retrofit_generator":"^7.0.8","test":"^1.24.6"},"executables":{"vision":""},"repository":"https://github.com/faithoflifedev/google_vision"}');

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_vision
22
description: Allows you to add Google Visions image labeling, face, logo, and landmark detection, OCR, and detection of explicit content, into applications.
3-
version: 1.1.0
3+
version: 1.1.0+1
44
repository: https://github.com/faithoflifedev/google_vision
55
homepage: https://github.com/faithoflifedev/google_vision
66

@@ -28,9 +28,9 @@ dev_dependencies:
2828
retrofit_generator: ^7.0.8
2929
test: ^1.24.6
3030

31-
dependency_overrides:
32-
x509:
33-
git: https://github.com/faithoflifedev/x509.git
31+
# dependency_overrides:
32+
# x509:
33+
# git: https://github.com/faithoflifedev/x509.git
3434

3535
executables:
3636
vision:

tool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Please feel free to submit PRs for any additional helper methods, or report an [
1212

1313
## Table of Contents
1414
- [Recent Changes](#recent-changes)
15+
- [New for v1.1.0](#new-for-v110)
1516
- [New for v1.0.8](#new-for-v108)
1617
- [New for v1.0.7](#new-for-v107)
1718
- [New for v1.0.6](#new-for-v106)
18-
- [New for v1.0.3](#new-for-v103)
1919
- [Getting Started](#getting-started)
2020
- [pubspec.yaml](#pubspecyaml)
2121
- [Obtaining Authorization Credentials](#obtaining-authorization-credentials)

0 commit comments

Comments
 (0)