Skip to content

Commit a101015

Browse files
committed
chore: update version
1 parent 0368f5c commit a101015

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "userscripts",
33
"description": "A collection of user scripts for various purposes.",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"private": true,
66
"author": "https://rxliuli.com/",
77
"license": "GPL-3.0-only",

packages/tvtropes-anti-adblock-bypass/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
match: ['https://tvtropes.org/**'],
1313
author: 'rxliuli',
1414
license: 'GPL-3.0-only',
15-
version: (await import('./package.json')).version,
15+
version: (await import('../../package.json')).version,
1616
'run-at': 'document-start',
1717
},
1818
}),

0 commit comments

Comments
 (0)