capacitor-microphone 0.0.30 → 0.0.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -170,6 +170,7 @@ public class CapacitorMicrophonePlugin extends Plugin implements RecognitionList
170
170
  true
171
171
  );
172
172
 
173
+
173
174
  speechRecognizer.startListening(recognizerIntent);
174
175
 
175
176
  call.resolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-microphone",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "plugin to use the microphone",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",