chore: bump version for release

This commit is contained in:
Jacobtread 2026-05-16 17:35:30 +12:00
parent ac2c061304
commit d82ab3a577
No known key found for this signature in database
GPG key ID: AB9B37C42B33D9C6
3 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,11 @@
{
"id": "timekeep",
"name": "Timekeep",
"version": "2.1.0",
"version": "2.1.1",
"minAppVersion": "1.5.12",
"description": "Time tracking.",
"author": "Jacobtread",
"authorUrl": "https://jacobtread.com",
"fundingUrl": "https://www.buymeacoffee.com/jacobtread",
"isDesktopOnly": false
}
}

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-timekeep",
"version": "2.1.0",
"version": "2.1.1",
"description": "Obsidian plugin for time tracking",
"keywords": [],
"license": "MIT",

View file

@ -39,5 +39,6 @@
"1.15.0": "1.5.12",
"1.16.0": "1.5.12",
"2.0.0": "1.5.12",
"2.1.0": "1.5.12"
}
"2.1.0": "1.5.12",
"2.1.1": "1.5.12"
}