diff --git a/CHANGELOG.md b/CHANGELOG.md index 726e065..d8d8277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Here I will outline the changes I've made over time... +### 20240313 + +- Made subheadings in the course content sidebar smaller to differentiate them from the sidebar links + ### 20240303 - Replaced the "i" logo on the Institution Page to fit in with the rest of the website better diff --git a/src/manifest_chrome.jsonc b/src/manifest_chrome.jsonc index f47c1a1..ae05cfb 100644 --- a/src/manifest_chrome.jsonc +++ b/src/manifest_chrome.jsonc @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.3.3.0", + "version": "2024.3.13.0", "description": "A collection of enhancements for the University of Manchester websites", "content_scripts": [ diff --git a/src/manifest_firefox.jsonc b/src/manifest_firefox.jsonc index 6de8aa6..657e44e 100644 --- a/src/manifest_firefox.jsonc +++ b/src/manifest_firefox.jsonc @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.3.3.0", + "version": "2024.3.13.0", "description": "A collection of enhancements for the University of Manchester websites", "browser_specific_settings": {