From 56b4dde0f7a688211227bd62365fe0c1858b2755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Mon, 10 Jul 2023 23:14:58 +0100 Subject: [PATCH] chore: bump version to 1.5 --- ext/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/manifest.json b/ext/manifest.json index 606c673..76d490b 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -3,7 +3,7 @@ "name": "Satori Enhancements", "description": "Adds a few useful enhancements to Satori Online Judge website.", - "version": "1.4", + "version": "1.5", "minimum_chrome_version": "62", diff --git a/package.json b/package.json index e854296..b2043b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "satori-enhancements", - "version": "1.4", + "version": "1.5", "description": "WebExtension that adds a few useful enhancements to Satori Online Judge website.", "main": "index.js", "scripts": {