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

Commit de14980

Browse files
authored
Merge pull request #133 from andrenatal/version-1.2.9
Version 1.2.9
2 parents ce45d97 + 4c54361 commit de14980

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const analytics = new TestPilotGA({
99
ds: 'addon',
1010
an: 'Voice Fill',
1111
aid: 'voicefill@mozilla.com',
12-
av: '1.2.4'
12+
av: '1.2.9'
1313
});
1414

1515
browser.runtime.onMessage.addListener((event, content) => {

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Voice Fill",
4-
"version": "1.2.8",
4+
"version": "1.2.9",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "speak-to-me",
33
"id": "speaktome@mozilla.com",
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.2.8",
5+
"version": "1.2.9",
66
"author": {
77
"name": "Andre Natal & Fabrice Desré",
88
"url": "https://github.com/mozilla/speaktome"

0 commit comments

Comments
 (0)