From 7715e00568828023090b38f89ca4958233ec0a8a Mon Sep 17 00:00:00 2001 From: Luke Leppan Date: Mon, 14 Aug 2023 11:01:04 +0200 Subject: [PATCH] bump 1.5.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 7d35092..4b56041 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-discordrpc", "name": "Discord Rich Presence", - "version": "1.5.0", + "version": "1.5.1", "description": "Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", diff --git a/package.json b/package.json index 9de96fe..23f02e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-discordrpc", - "version": "1.5.0", + "version": "1.5.1", "description": "Update your Discord Status to show your friends what you are working on in Obsidian. With Discord Rich Presence.", "main": "main.js", "scripts": {