Skip to content

Commit

Permalink
#162 2.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cumany committed Apr 22, 2024
1 parent 35c4391 commit 2115f37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "editing-toolbar",
"name": "Editing Toolbar",
"version": "2.4.15",
"version": "2.4.16",
"minAppVersion": "0.14.0",
"description": "The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.",
"author": "Cuman",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "editing-toolbar",
"name": "Editing Toolbar",
"version": "2.4.15",
"version": "2.4.16",
"minAppVersion": "0.14.0",
"description": "The Obsidian Editing Toolbar is modified from cmenu, which provides more powerful customization settings and has many built-in editing commands to be a MS Word-like toolbar editing experience.",
"author": "Cuman",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@rollup/plugin-typescript": "^8.5.0",
"@types/feather-icons": "^4.7.0",
"@types/node": "^14.17.6",
"@types/react-dom": "^17.0.9",
"@types/sortablejs": "^1.10.7",
"eslint-plugin-react": "^7.31.8",
"obsidian": "^0.15.0",
"obsidian": "^0.15.9",
"rollup": "^2.56.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-watch": "^4.3.1",
Expand Down

0 comments on commit 2115f37

Please sign in to comment.