Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit b92d47d

Browse files
committed
bump to 1.3.7
1 parent fdcd3ed commit b92d47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/background.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const analytics = new TestPilotGA({
99
ds: 'addon',
1010
an: 'Voice Fill',
1111
12-
av: '1.3.6'
12+
av: '1.3.7'
1313
});
1414

1515
browser.runtime.onMessage.addListener(event => {

extension/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Voice Fill",
4-
"version": "1.3.6",
4+
"version": "1.3.7",
55
"description": "Adds voice input to popular search pages in Firefox. Learn more about Voice Fill at https://testpilot.firefox.com",
66
"developer": {
77
"name": "Emerging Technologies Advanced Dev Team",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "voicefill",
33
44
"description": "This is a simple WebExtension that adds support to use Speech To Text as an input method in web pages.",
5-
"version": "1.3.6",
5+
"version": "1.3.7",
66
"author": {
77
"name": "Andre Natal & Fabrice Desré",
88
"url": "https://github.com/mozilla/speaktome"

0 commit comments

Comments
 (0)