From a7187a83e5a61aa37a7edea57961ab9c304843b3 Mon Sep 17 00:00:00 2001 From: Thomas Rientjes <synzvato@protonmail.com> Date: Sun, 27 Aug 2017 00:22:43 -0400 Subject: [PATCH] Bump version to 1.3.10 --- package.json | 2 +- static/release-notes.html | 2 +- webextension/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6918105..c29c655 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Thomas Rientjes", "license": "MPL-2.0", "title": "Decentraleyes", - "version": "1.3.9", + "version": "1.3.10", "main": "lib/main.js", "homepage": "https://addons.mozilla.org/firefox/addon/decentraleyes", "name": "decentraleyes", diff --git a/static/release-notes.html b/static/release-notes.html index df6aa98..af58819 100644 --- a/static/release-notes.html +++ b/static/release-notes.html @@ -111,7 +111,7 @@ <div class="container"> - <h1>Decentraleyes <i>v1.3.9</i></h1> + <h1>Decentraleyes <i>v1.3.10</i></h1> <br><br> diff --git a/webextension/manifest.json b/webextension/manifest.json index d96f8a9..5314178 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Decentraleyes Module", - "version": "1.3.9", + "version": "1.3.10", "author": "Thomas Rientjes", -- GitLab