From 525fa700c1c72fdfdd7f2ad3f344027c6ee3e637 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 26 Jan 2018 19:59:33 +0100 Subject: [PATCH 1/2] build(grunt): Build pt_BR .mo files --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 099f8ad4..9d64982c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -88,7 +88,8 @@ module.exports = function (grunt) { files: { 'i18n/fr_FR/LC_MESSAGES/Alltube.mo': 'i18n/fr_FR/LC_MESSAGES/Alltube.po', 'i18n/zh_CN/LC_MESSAGES/Alltube.mo': 'i18n/zh_CN/LC_MESSAGES/Alltube.po', - 'i18n/es_ES/LC_MESSAGES/Alltube.mo': 'i18n/es_ES/LC_MESSAGES/Alltube.po' + 'i18n/es_ES/LC_MESSAGES/Alltube.mo': 'i18n/es_ES/LC_MESSAGES/Alltube.po', + 'i18n/pt_BR/LC_MESSAGES/Alltube.mo': 'i18n/pt_BR/LC_MESSAGES/Alltube.po' } } }, From 67d167c5211384698d9bd31158702deed6690b35 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Fri, 26 Jan 2018 19:39:45 +0100 Subject: [PATCH 2/2] build(yarn): 1.0.0 release Bump version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c465ab2d..4c490a5e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alltube", "description": "HTML GUI for youtube-dl", - "version": "0.11.0", + "version": "1.0.0", "author": "Pierre Rudloff", "bugs": "https://github.com/Rudloff/alltube/issues", "dependencies": {