mirror of
https://github.com/jacobtread/obsidian-timekeep.git
synced 2026-07-22 10:10:27 +00:00
chore: bump version
This commit is contained in:
parent
ee7366daa6
commit
18af825fdd
3 changed files with 4 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "timekeep",
|
||||
"name": "Timekeep",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "Time tracking",
|
||||
"author": "Jacobtread",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-timekeep",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"description": "Obsidian plugin for time tracking",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -8,5 +8,6 @@
|
|||
"1.1.1": "1.5.12",
|
||||
"1.2.0": "1.5.12",
|
||||
"1.2.1": "1.5.12",
|
||||
"1.2.2": "1.5.12"
|
||||
"1.2.2": "1.5.12",
|
||||
"1.2.3": "1.5.12"
|
||||
}
|
||||
Loading…
Reference in a new issue