diff --git a/manifest.json b/manifest.json index c8c080d..34f6a57 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-sagecell", "name": "SageCell", - "version": "1.0.1", + "version": "1.0.2", "description": "Execute Sage computations in notes.", "author": "Eric Rafaloff", "isDesktopOnly": false diff --git a/package.json b/package.json index d0f5dc2..9982494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-sagecell", - "version": "1.0.1", + "version": "1.0.2", "description": "A plugin for executing Sage computations in Obsidian notes.", "main": "main.js", "scripts": {