From e491f336ca19ec2c59ae6c9abfab2886757af14d Mon Sep 17 00:00:00 2001 From: Eric Rafaloff Date: Sun, 28 Feb 2021 11:28:05 -0500 Subject: [PATCH] Bump version number --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {