Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocapraro committed Jan 27, 2024
1 parent b35f41c commit 9f81a23
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "math-plus",
"id": "obsidian-math-plus",
"name": "Math+",
"version": "0.6.3",
"version": "0.7.0",
"minAppVersion": "0.12.0",
"description": "This is an Obsidian plugin for taking math notes using Excalidraw.",
"author": "Oscar Capraro",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "math-plus",
"version": "0.6.3",
"name": "obsidian-math-plus",
"version": "0.7.0",
"description": "This is a math plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"0.5.1": "0.12.0",
"0.6.0": "0.12.0",
"0.6.1": "0.12.0",
"0.6.3": "0.12.0"
"0.6.3": "0.12.0",
"0.7.0": "0.12.0"
}

0 comments on commit 9f81a23

Please sign in to comment.