Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
ocapraro committed Apr 18, 2022
1 parent a338668 commit ac6c5fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "obsidian-math-plus",
"name": "Obsidian Math+",
"version": "0.2.0",
"version": "0.2.1",
"minAppVersion": "0.12.0",
"description": "This is an Obsidian plugin for taking math notes using Excalidraw.",
"author": "Oscar Capraro",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-math-plus",
"version": "0.1.2",
"version": "0.2.1",
"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 @@ -2,5 +2,6 @@
"0.1.0": "0.9.7",
"0.1.1": "0.12.0",
"0.1.2": "0.12.0",
"0.2.0": "0.12.0"
"0.2.0": "0.12.0",
"0.2.1": "0.12.0"
}

0 comments on commit ac6c5fc

Please sign in to comment.