diff --git a/CHANGELOG.md b/CHANGELOG.md index 4914b2da..8d8f3f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.4.1 + +### Fix + * Updated the version number in the readme file, which I forget to do, every single time. + ## 2.4.0 ### New diff --git a/README.md b/README.md index af726f0e..e38f8caf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # speech_to_text -[![pub package](https://img.shields.io/badge/pub-v2.3.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) +[![pub package](https://img.shields.io/badge/pub-v2.4.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) A library that exposes device specific speech recognition capability. diff --git a/example/pubspec.lock b/example/pubspec.lock index 325b1175..53a65bae 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -162,7 +162,7 @@ packages: path: ".." relative: true source: path - version: "2.4.0" + version: "2.4.1" stack_trace: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 95bfddea..acca03b6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: speech_to_text description: A Flutter plugin that exposes device specific speech to text recognition capability. -version: 2.4.0 +version: 2.4.1 homepage: https://github.com/csdcorp/speech_to_text environment: