Skip to content

Commit 39c20fc

Browse files
author
Mike Castle
committed
Depend on most recent version of lib/base.
This is to grab the new `Exception` class. Issue #259. ␄
1 parent 43d1305 commit 39c20fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linkedin-tool.user.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// @supportURL https://github.com/nexushoratio/userscripts/blob/main/linkedin-tool.md
1212
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/shortcut@1
1313
// @require https://update.greasyfork.org/scripts/478188/1299734/NH_xunit.js
14-
// @require https://update.greasyfork.org/scripts/477290/1326440/NH_base.js
14+
// @require https://update.greasyfork.org/scripts/477290/1333365/NH_base.js
1515
// @require https://update.greasyfork.org/scripts/478349/1284417/NH_userscript.js
1616
// @require https://update.greasyfork.org/scripts/478440/1304193/NH_web.js
1717
// @require https://update.greasyfork.org/scripts/478676/1310174/NH_widget.js
@@ -28,7 +28,7 @@
2828

2929
const NH = window.NexusHoratio.base.ensure([
3030
{name: 'xunit', minVersion: 51},
31-
{name: 'base', minVersion: 50},
31+
{name: 'base', minVersion: 52},
3232
{name: 'userscript', minVersion: 5},
3333
{name: 'web', minVersion: 6},
3434
{name: 'widget', minVersion: 27},

0 commit comments

Comments
 (0)