mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
chore: bump version for release
This commit is contained in:
parent
ac2c061304
commit
d82ab3a577
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-timekeep",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"description": "Obsidian plugin for time tracking",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue