Skip to content

Commit

Permalink
chore: publish 3.1.0 to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry committed Apr 19, 2024
1 parent e6539c6 commit 9c8b07c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wikiplus-highlight",
"version": "3.0.8",
"version": "3.1.0",
"description": "A plugin for the MediaWiki front-end add-on \"Wikiplus\"",
"keywords": [
"mediawiki",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if (wphl?.version) {
return;
}
const version = '3.0.8';
const version = '3.1.0';
libs.wphl = {version, cmVersion: '2.9', monacoVersion: '0.2.2', ...wphl}; // 开始加载

// 路径
Expand Down

0 comments on commit 9c8b07c

Please sign in to comment.