diff --git a/example/pubspec.lock b/example/pubspec.lock index cff6292..004f3d8 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.1.0" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 9711778..5da97b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_process_text -version: 1.0.0 +version: 1.1.0 description: Flutter plugin to listen the process text stream to get continuous process text intent data. repository: https://github.com/divshekhar/flutter_process_text documentation: https://github.com/divshekhar/flutter_process_text/blob/main/README.md