From ad07eb5875e556ce6e34df8dedb7a81047dcb3bc Mon Sep 17 00:00:00 2001 From: Alex Janka Date: Sun, 27 Jun 2021 21:24:13 +1000 Subject: [PATCH] forgot to bump version lmao --- manifest.json | 2 +- updates.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a837fa4..b16e1da 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "injections", - "version": "1.4", + "version": "1.5", "description": "misc CSS injections.", "icons": { "48": "icons/icon48.png", diff --git a/updates.json b/updates.json index 7c55687..6b8faab 100644 --- a/updates.json +++ b/updates.json @@ -32,6 +32,10 @@ { "version": "1.4", "update_link": "https://github.com/italicsjenga/injections/releases/download/1.4/injections-1.4.xpi" + }, + { + "version": "1.5", + "update_link": "https://github.com/italicsjenga/injections/releases/download/1.5/injections-1.5.xpi" } ] }