mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
chore: bump version to 9.1.2 and fix duplicate translation
This commit is contained in:
parent
cd36c228cd
commit
f7b8749be0
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "obsidian-task-progress-bar",
|
||||
"name": "Task Genius",
|
||||
"version": "9.1.1",
|
||||
"version": "9.1.2",
|
||||
"minAppVersion": "0.15.2",
|
||||
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
|
||||
"author": "Boninall",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "task-genius",
|
||||
"version": "9.1.1",
|
||||
"version": "9.1.2",
|
||||
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -491,7 +491,6 @@ const translations = {
|
|||
"Task Management": "Task Management",
|
||||
Workflows: "Workflows",
|
||||
"Dates & Priority": "Dates & Priority",
|
||||
"Quick Capture": "Quick Capture",
|
||||
Projects: "Projects",
|
||||
Rewards: "Rewards",
|
||||
Habits: "Habits",
|
||||
|
|
|
|||
|
|
@ -96,5 +96,6 @@
|
|||
"9.1.0-beta.9": "0.15.2",
|
||||
"9.1.0-beta.10": "0.15.2",
|
||||
"9.1.0": "0.15.2",
|
||||
"9.1.1": "0.15.2"
|
||||
"9.1.1": "0.15.2",
|
||||
"9.1.2": "0.15.2"
|
||||
}
|
||||
Loading…
Reference in a new issue