fix: update manifest

This commit is contained in:
Jacobtread 2024-03-31 20:41:22 +13:00
parent 57dd8008f0
commit cbdb0c2a91
2 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"id": "obsidian-timekeep",
"name": "Obsidian Timekeep",
"version": "1.1.0",
"id": "timekeep",
"name": "Timekeep",
"version": "1.1.1",
"minAppVersion": "0.15.0",
"description": "Time tracking within Obsidian",
"author": "Jacobtread",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"authorUrl": "https://jacobtread.com",
"fundingUrl": "https://www.buymeacoffee.com/jacobtread",
"isDesktopOnly": false
}

View file

@ -4,5 +4,6 @@
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.1.0": "0.15.0"
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
}