From b4749d6e60d47cc668475f6bc9a5f49d448cc41b Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Thu, 15 Mar 2018 22:14:49 -0500 Subject: [PATCH] Bump version to 1.3.1 --- README.md | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5e9a00..e932005 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A WebExtension to get notifications from GitHub on Firefox ## Install On Firefox install from -https://addons.mozilla.org/es/firefox/addon/firefox-github-notifier/ +https://addons.mozilla.org/firefox/addon/firefox-github-notifier/ diff --git a/manifest.json b/manifest.json index 6157907..36f60d4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,10 +2,10 @@ "manifest_version": 2, "name": "GitHub Notifier", "description": "Get your notifications from GitHub", - "version": "1.3.0", + "version": "1.3.1", "developer": { "name": "Angel Fernando Quiroz Campos", - "url": "https://angelfqc.wordpress.com" + "url": "http://angelfqc.website" }, "icons": { "48": "icons/github.svg"