Skip to content

Commit

Permalink
Change Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ocapraro committed Nov 9, 2023
1 parent 1c91f83 commit 9641502
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-math-plus",
"name": "Obsidian Math+",
"version": "0.5.1",
"version": "0.6.0",
"minAppVersion": "0.12.0",
"description": "This is an Obsidian plugin for taking math notes using Excalidraw.",
"author": "Oscar Capraro",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-math-plus",
"version": "0.5.1",
"version": "0.6.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
Expand Up @@ -20,5 +20,6 @@
"0.4.1": "0.12.0",
"0.4.2": "0.12.0",
"0.5.0": "0.12.0",
"0.5.1": "0.12.0"
"0.5.1": "0.12.0",
"0.6.0": "0.12.0"
}

0 comments on commit 9641502

Please sign in to comment.