Skip to content

Commit

Permalink
Merge branch 'release/v1.4.0'
Browse files Browse the repository at this point in the history
* release/v1.4.0:
  1.4.0
  Add languages to extension package
  • Loading branch information
joelpurra committed Jan 2, 2017
2 parents 2fac539 + 4a7152e commit ae5e9d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions extension-files.txt
@@ -1,5 +1,15 @@
_locales/da/messages.json
_locales/de/messages.json
_locales/en/messages.json
_locales/es/messages.json
_locales/fr/messages.json
_locales/he/messages.json
_locales/it/messages.json
_locales/nb/messages.json
_locales/nl/messages.json
_locales/ru/messages.json
_locales/sv/messages.json
_locales/zh/messages.json
CLA.md
resources/icon/icon-play/icon-16x16.png
resources/icon/icon-play/icon-32x32.png
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.3.0",
"version": "1.4.0",
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "talkie",
"private": true,
"version": "1.3.0",
"version": "1.4.0",
"description": "Text-to-speech (TTS) browser extension button.",
"scripts": {
"package": "rimraf .package && mkdir -p .package/ && rsync -a --files-from extension-files.txt . .package/ && cd .package/ && zip -vr \"../talkie-joelpurra.com-${npm_package_version}.zip\" .",
Expand Down

0 comments on commit ae5e9d2

Please sign in to comment.