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" }