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

Commit 9e862d9

Browse files
mrstegemanandrenatal
authored andcommitted
Bump version.
1 parent 57c7231 commit 9e862d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Voice Fill Changelog
22

3-
## [Unreleased]
3+
## [1.4.3] - 2018-10-22
44
### Added
55
- Show changelog after upgrade
66
- Language option in settings

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.4.2'
12+
av: '1.4.3'
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.4.2",
4+
"version": "1.4.3",
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.4.2",
5+
"version": "1.4.3",
66
"author": {
77
"name": "Andre Natal & Fabrice Desré",
88
"url": "https://github.com/mozilla/voicefill"

0 commit comments

Comments
 (0)