capacitor-microphone 0.0.32 → 0.1.1

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.
@@ -169,8 +169,6 @@ public class CapacitorMicrophonePlugin extends Plugin implements RecognitionList
169
169
  RecognizerIntent.EXTRA_PREFER_OFFLINE,
170
170
  true
171
171
  );
172
-
173
-
174
172
  speechRecognizer.startListening(recognizerIntent);
175
173
 
176
174
  call.resolve();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capacitor-microphone",
3
- "version": "0.0.32",
3
+ "version": "0.1.1",
4
4
  "description": "plugin to use the microphone",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",