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

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstegeman authored and andrenatal committed Oct 22, 2018
1 parent 57c7231 commit 9e862d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Voice Fill Changelog

## [Unreleased]
## [1.4.3] - 2018-10-22
### Added
- Show changelog after upgrade
- Language option in settings
Expand Down
2 changes: 1 addition & 1 deletion extension/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const analytics = new TestPilotGA({
ds: 'addon',
an: 'Voice Fill',
aid: 'voicefill@mozilla.com',
av: '1.4.2'
av: '1.4.3'
});

browser.runtime.onMessage.addListener(event => {
Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Voice Fill",
"version": "1.4.2",
"version": "1.4.3",
"description": "Adds voice input to popular search pages in Firefox. Learn more about Voice Fill at https://testpilot.firefox.com",
"developer": {
"name": "Emerging Technologies Advanced Dev Team",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "voicefill",
"id": "voicefill@mozilla.com",
"description": "This is a simple WebExtension that adds support to use Speech To Text as an input method in web pages.",
"version": "1.4.2",
"version": "1.4.3",
"author": {
"name": "Andre Natal & Fabrice Desré",
"url": "https://github.com/mozilla/voicefill"
Expand Down

0 comments on commit 9e862d9

Please sign in to comment.