From c85da9a563af847ed9f557a50bd8f4b80f3cdabc Mon Sep 17 00:00:00 2001 From: Andrei Cristian Petcu Date: Sat, 17 Aug 2019 20:13:30 +0300 Subject: [PATCH] new version 2.0.2 --- manifest.json | 2 +- updates.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index aea67b8..6418fa3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.0.1", + "version": "2.0.2", "homepage_url": "https://github.com/andreicristianpetcu/google_translate_this", "manifest_version": 2, "description": "__MSG_appDescription__", diff --git a/updates.json b/updates.json index 7f4839c..9474a39 100644 --- a/updates.json +++ b/updates.json @@ -49,6 +49,10 @@ { "version": "1.4.0", "update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v1.4.0/google_translate_this_page-1.4.0-fx.xpi" + }, + { + "version": "2.0.2", + "update_link": "https://github.com/andreicristianpetcu/google_translate_this/releases/download/v2.0.2/google_translate_this_page-2.0.2-fx.xpi" } ] }