Skip to content

Commit 1bd9517

Browse files
committed
chore: bump version to 9.1.2 and fix duplicate translation
1 parent 919b531 commit 1bd9517

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-task-progress-bar",
33
"name": "Task Genius",
4-
"version": "9.1.1",
4+
"version": "9.1.2",
55
"minAppVersion": "0.15.2",
66
"description": "Comprehensive task management that includes progress bars, task status cycling, and advanced task tracking features.",
77
"author": "Boninall",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "task-genius",
3-
"version": "9.1.1",
3+
"version": "9.1.2",
44
"description": "Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.",
55
"main": "main.js",
66
"scripts": {

src/translations/locale/en.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,6 @@ const translations = {
491491
"Task Management": "Task Management",
492492
Workflows: "Workflows",
493493
"Dates & Priority": "Dates & Priority",
494-
"Quick Capture": "Quick Capture",
495494
Projects: "Projects",
496495
Rewards: "Rewards",
497496
Habits: "Habits",

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@
9696
"9.1.0-beta.9": "0.15.2",
9797
"9.1.0-beta.10": "0.15.2",
9898
"9.1.0": "0.15.2",
99-
"9.1.1": "0.15.2"
99+
"9.1.1": "0.15.2",
100+
"9.1.2": "0.15.2"
100101
}

0 commit comments

Comments
 (0)