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
74d9fc208f
commit
9ace447b48
3 changed files with 5 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "timekeep",
|
||||
"name": "Timekeep",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "Time tracking",
|
||||
"author": "Jacobtread",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-timekeep",
|
||||
"version": "1.2.5",
|
||||
"version": "1.2.6",
|
||||
"description": "Obsidian plugin for time tracking",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
@ -42,4 +42,4 @@
|
|||
"react-dom": "^18.2.0",
|
||||
"zod": "^3.22.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -11,5 +11,6 @@
|
|||
"1.2.2": "1.5.12",
|
||||
"1.2.3": "1.5.12",
|
||||
"1.2.4": "1.5.12",
|
||||
"1.2.5": "1.5.12"
|
||||
"1.2.5": "1.5.12",
|
||||
"1.2.6": "1.5.12"
|
||||
}
|
||||
Loading…
Reference in a new issue