From 9abdd10ada5785fd15c2c2b3766110f97193cd19 Mon Sep 17 00:00:00 2001 From: Sayuop Date: Sun, 23 Nov 2025 11:49:45 +0100 Subject: [PATCH] Release v1.0.5: Break Timer & Time Tracking Improvements --- README.md | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c8cb079..0972b2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A powerful task management and focus timer plugin for [Obsidian](https://obsidia ![Focus Task Banner](https://img.shields.io/badge/Obsidian-Plugin-7c3aed?style=for-the-badge&logo=obsidian&logoColor=white) ![License](https://img.shields.io/badge/License-MIT-green?style=for-the-badge) -![Version](https://img.shields.io/badge/Version-1.0.4-blue?style=for-the-badge) +![Version](https://img.shields.io/badge/Version-1.0.5-blue?style=for-the-badge) ## 🎯 Overview diff --git a/manifest.json b/manifest.json index db65387..c0a5786 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "focus-task", "name": "Focus Task", - "version": "1.0.4", + "version": "1.0.5", "minAppVersion": "0.15.0", "description": "A Blitzit-inspired task management and focus timer plugin. Plan your day, track time with Pomodoro technique, and crush your tasks with satisfying checkoffs.", "author": "Crib", diff --git a/package.json b/package.json index 13639ad..bd3e5e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "focus-task", - "version": "1.0.4", + "version": "1.0.5", "description": "A Blitzit-inspired task management and focus timer plugin for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index f246c4d..5c6f2b0 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.4": "0.15.0" + "1.0.4": "0.15.0", + "1.0.5": "0.15.0" }