From 83ff98be5fb05ff7fd8189f0829fa46a74279547 Mon Sep 17 00:00:00 2001 From: Fiona Klute Date: Sat, 1 Jan 2022 21:20:29 +0100 Subject: [PATCH] Release version 0.10 --- background.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background.js b/background.js index f835c0b..d0de722 100644 --- a/background.js +++ b/background.js @@ -1,6 +1,6 @@ /* * Referer Modifier: Modify the Referer header in HTTP requests - * Copyright (C) 2017-2021 Fiona Klute + * Copyright (C) 2017-2022 Fiona Klute * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/manifest.json b/manifest.json index 3265138..7184b3f 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "author": "Fiona Klute", - "version": "0.9", + "version": "0.10", "homepage_url": "https://github.com/airtower-luna/referer-mod", "default_locale": "en",