chore: bump version for release

This commit is contained in:
Jacobtread 2026-05-17 12:42:26 +12:00
parent 4bc2862181
commit ce5dbb0693
No known key found for this signature in database
GPG key ID: AB9B37C42B33D9C6
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "timekeep",
"name": "Timekeep",
"version": "2.1.1",
"version": "2.1.2",
"minAppVersion": "1.5.12",
"description": "Time tracking.",
"author": "Jacobtread",

View file

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

View file

@ -40,5 +40,6 @@
"1.16.0": "1.5.12",
"2.0.0": "1.5.12",
"2.1.0": "1.5.12",
"2.1.1": "1.5.12"
"2.1.1": "1.5.12",
"2.1.2": "1.5.12"
}