chore: bump version

This commit is contained in:
Jacobtread 2024-06-24 19:48:28 +12:00
parent d89d23eb52
commit eaca4643c5
3 changed files with 5 additions and 4 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-timekeep",
"version": "1.2.11",
"version": "1.3.0",
"description": "Obsidian plugin for time tracking",
"main": "main.js",
"scripts": {
@ -39,4 +39,4 @@
"react-dom": "^18.2.0",
"zod": "^3.22.4"
}
}
}

View file

@ -17,5 +17,6 @@
"1.2.8": "1.5.12",
"1.2.9": "1.5.12",
"1.2.10": "1.5.12",
"1.2.11": "1.5.12"
"1.2.11": "1.5.12",
"1.3.0": "1.5.12"
}