Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
2024.5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 24, 2024
1 parent 4392437 commit d5c86fb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Here I will outline the changes I've made over time...

### 2024.5.24.0

- Increased the text size of the time indicator on videos

### 2024.5.19.0

- Fixed the current time not showing when hovering a video's progress bar
Expand Down
3 changes: 3 additions & 0 deletions bump_version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,7 @@ Future<void> main(List<String> args) async {
await updateManifestFile(
chromeManifestFile, Args.oldVersion!, Args.newVersion!);
}

print('');
print('Make sure to update ./CHANGELOG.md');
}
2 changes: 1 addition & 1 deletion src/manifest_chrome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.5.19.0",
"version": "2024.5.24.0",
"description": "A collection of enhancements for the University of Manchester websites",

"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.5.19.0",
"version": "2024.5.24.0",
"description": "A collection of enhancements for the University of Manchester websites",

"browser_specific_settings": {
Expand Down

0 comments on commit d5c86fb

Please sign in to comment.