From b35f41c8c734011d8dcc5460b2900be09f8e5e65 Mon Sep 17 00:00:00 2001 From: Oscar Capraro Date: Sat, 27 Jan 2024 11:15:51 -0500 Subject: [PATCH] name update --- manifest.json | 6 +++--- package-lock.json | 8 ++++---- package.json | 4 ++-- versions.json | 3 ++- 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/manifest.json b/manifest.json index 6c30abc..6c4545d 100644 --- a/manifest.json +++ b/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", diff --git a/package-lock.json b/package-lock.json index 3334fdf..cb9e092 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "obsidian-math-plus", - "version": "0.6.1", + "name": "math-plus", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "obsidian-math-plus", - "version": "0.6.1", + "name": "math-plus", + "version": "0.6.3", "license": "MIT", "dependencies": { "@excalidraw/excalidraw": "^0.15.3", diff --git a/package.json b/package.json index e0ca9de..b81293f 100644 --- a/package.json +++ b/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": { diff --git a/versions.json b/versions.json index 198edee..d1baca0 100644 --- a/versions.json +++ b/versions.json @@ -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" }