Skip to content

Commit

Permalink
doc: 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sowens-csd committed Nov 8, 2021
1 parent 3b8c8b4 commit 0b4b95d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion speech_to_text/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 5.2.1
## 5.2.0

### New
* Changed the `error_unknown` return to `error_unknown ({error_code})` so that the
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# speech_to_text

[![pub package](https://img.shields.io/badge/pub-v5.2.1-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild) [![codecov](https://codecov.io/gh/csdcorp/speech_to_text/branch/main/graph/badge.svg?token=4LV3HESMS4)](undefined)
[![pub package](https://img.shields.io/badge/pub-v5.2.0-blue)](https://pub.dartlang.org/packages/speech_to_text) [![build status](https://github.com/csdcorp/speech_to_text/workflows/build/badge.svg)](https://github.com/csdcorp/speech_to_text/actions?query=workflow%3Abuild) [![codecov](https://codecov.io/gh/csdcorp/speech_to_text/branch/main/graph/badge.svg?token=4LV3HESMS4)](undefined)

A library that exposes device specific speech recognition capability.

Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.2.1"
version: "5.2.0"
speech_to_text_platform_interface:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion speech_to_text/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: speech_to_text
description: A Flutter plugin that exposes device specific speech to text recognition capability.
version: 5.2.1
version: 5.2.0
homepage: https://github.com/csdcorp/speech_to_text

environment:
Expand Down
8 changes: 4 additions & 4 deletions speech_to_text_platform_interface/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.1"
version: "2.8.1"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -70,7 +70,7 @@ packages:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
cli_util:
dependency: transitive
description:
Expand Down Expand Up @@ -178,7 +178,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.7.0"
mockito:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -274,7 +274,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.4.2"
typed_data:
dependency: transitive
description:
Expand Down

0 comments on commit 0b4b95d

Please sign in to comment.