From 2f4b8106faf14776d7a60d04bf3b2841a4e71247 Mon Sep 17 00:00:00 2001 From: dromse Date: Fri, 1 Nov 2024 09:54:54 +0200 Subject: [PATCH] chore: bump version to 1.8.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 34aa1a0..1ea8b24 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "grind-manager", "name": "Gamified Tasks", - "version": "1.8.0", + "version": "1.8.1", "minAppVersion": "1.5.12", "description": "Gamify your task management with rewards system, craft your tasks by tags.", "author": "dromse", diff --git a/package.json b/package.json index 3a47e07..1013c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-tasks", - "version": "1.8.0", + "version": "1.8.1", "type": "module", "description": "Task management with rewards system.", "main": "main.js",