From a722f87ec2bebec3b8718a828a747bc24df90068 Mon Sep 17 00:00:00 2001 From: Revadike <4411977+Revadike@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:45:40 +0100 Subject: [PATCH] V2.4.0 --- manifest.chromium.json | 2 +- manifest.firefox.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.chromium.json b/manifest.chromium.json index ad6de78..82c3744 100644 --- a/manifest.chromium.json +++ b/manifest.chromium.json @@ -2,7 +2,7 @@ "name": "Steam Web Integration", "description": "Integrate your personal Steam information on the web, at your convenience!.", "homepage_url": "https://github.com/revadike/steamwebintegration", - "version": "2.3.0", + "version": "2.4.0", "author": "Revadike", "manifest_version": 3, "action": { diff --git a/manifest.firefox.json b/manifest.firefox.json index 8567755..1da7918 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -2,7 +2,7 @@ "name": "Steam Web Integration", "description": "Integrate your personal Steam information on the web, at your convenience!.", "homepage_url": "https://github.com/revadike/steamwebintegration", - "version": "2.3.0", + "version": "2.4.0", "author": "Revadike", "browser_specific_settings": { "gecko": { diff --git a/package.json b/package.json index e68a322..d747c8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "steamwebintegration", - "version": "2.3.0", + "version": "2.4.0", "description": "Integrate your personal Steam information on the web, at your convenience!", "main": "manifest.json", "type": "module",