From f36a3b30e4801592fe180566a70ddd523d6a7121 Mon Sep 17 00:00:00 2001 From: dromse Date: Tue, 1 Oct 2024 00:01:15 +0300 Subject: [PATCH] chore: bump version to 1.6.0 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8b42789..f6a7644 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "grind-manager", "name": "Gamified Tasks", - "version": "1.5.1", + "version": "1.6.0", "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 b75e2d8..ae5b0ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-tasks", - "version": "1.5.1", + "version": "1.6.0", "type": "module", "description": "Task management with rewards system.", "main": "main.js",