From 5846582f750a2aa7f2467c13e161526841ff1de5 Mon Sep 17 00:00:00 2001 From: Tobias Davis Date: Sun, 20 Aug 2023 17:35:35 -0500 Subject: [PATCH] change: version bump 1.0.2 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 6eb0832..cbb010f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "at-people", "name": "At People", - "version": "1.0.1", + "version": "1.0.2", "description": "Use the @ to create links to people files.", "author": "saibotsivad", "authorUrl": "https://davistobias.com", diff --git a/package.json b/package.json index 89b09cc..e235e5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-at-people", - "version": "1.0.1", + "version": "1.0.2", "description": "Use the @ to create links to people files.", "main": "main.js", "repository": {