Skip to content

Commit

Permalink
bump 2 v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Sep 9, 2024
1 parent fd81325 commit 2d4aea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan_auto_codeblock",
"version": "0.0.3",
"version": "0.0.4",
"type": "module",
"description": "Auto detect the programming language of the code block",
"repository": "",
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "siyuan_auto_codeblock",
"author": "zxkmm",
"url": "https://github.com/zxkmm/siyuan_auto_codeblock",
"version": "0.0.3",
"version": "0.0.4",
"minAppVersion": "3.0.12",
"backends": ["windows", "linux", "darwin", "docker", "ios", "android"],
"frontends": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default class SiyuanAutoCodeblock extends Plugin {
}

handleSlashEvent() {
showMessage(this.isMobile ? "Mobile" : "Desktop");
// showMessage(this.isMobile ? "Mobile" : "Desktop");
var autoMode = this.settingUtils.get("autoMode");
this.protyleSlash = [
{
Expand Down

0 comments on commit 2d4aea0

Please sign in to comment.