From 180ce1e956e220428b81ff00b74bc0b13b92014b Mon Sep 17 00:00:00 2001 From: celeste Date: Tue, 18 Apr 2023 16:35:37 -0400 Subject: [PATCH] bump version --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a557fcd..ae90ba6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "loom", "name": "Loom", - "version": "1.2.0", + "version": "1.2.1", "minAppVersion": "0.15.0", "description": "Loom in Obsidian", "author": "celeste", diff --git a/package.json b/package.json index 7430255..5ce6b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-loom", - "version": "1.2.0", + "version": "1.2.1", "description": "Loom in Obsidian", "main": "main.js", "scripts": {