Skip to content

Commit 6e58db8

Browse files
committed
Release commit for 1.5.0
1 parent c415209 commit 6e58db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/filterboxd.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Filterboxd
33
// @namespace https://github.com/blakegearin/filterboxd
4-
// @version 1.4.6
4+
// @version 1.5.0
55
// @description Filter content on Letterboxd
66
// @author Blake Gearin <hello@blakeg.me> (https://blakegearin.com)
77
// @match https://letterboxd.com/*
@@ -20,7 +20,7 @@
2020
(function() {
2121
'use strict';
2222

23-
const VERSION = '1.4.6';
23+
const VERSION = '1.5.0';
2424
const USERSCRIPT_NAME = 'Filterboxd';
2525
let GMC = null;
2626

@@ -1203,7 +1203,7 @@
12031203
setTimeout(trySelectFilterboxdTab, 100);
12041204
}
12051205
}
1206-
};
1206+
}
12071207

12081208
function maybeAddConfigurationToSettings() {
12091209
log(DEBUG, 'maybeAddConfigurationToSettings()');

0 commit comments

Comments
 (0)