From 6778562ff0d7a134728ac6ae843ce8c286db24ba Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Fri, 3 Dec 2021 13:21:23 +0100 Subject: [PATCH] 1.2.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac6e3e1..f64d554 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remarkable-katex", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remarkable-katex", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "devDependencies": { "katex": "0", diff --git a/package.json b/package.json index 5ed0895..df26ec3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remarkable-katex", - "version": "1.2.0", + "version": "1.2.1", "description": "Plugin for Remarkable to process embedded math expressions in Markdown text.", "main": "index.js", "homepage": "https://github.com/bradhowes/remarkable-katex",