Skip to content

Commit

Permalink
name update
Browse files Browse the repository at this point in the history
  • Loading branch information
ocapraro committed Jan 27, 2024
1 parent 2dc9c45 commit b35f41c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-math-plus",
"name": "Obsidian Math+",
"version": "0.6.1",
"id": "math-plus",
"name": "Math+",
"version": "0.6.3",
"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
@@ -1,6 +1,6 @@
{
"name": "obsidian-math-plus",
"version": "0.6.1",
"name": "math-plus",
"version": "0.6.3",
"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
Expand Up @@ -22,5 +22,6 @@
"0.5.0": "0.12.0",
"0.5.1": "0.12.0",
"0.6.0": "0.12.0",
"0.6.1": "0.12.0"
"0.6.1": "0.12.0",
"0.6.3": "0.12.0"
}

0 comments on commit b35f41c

Please sign in to comment.