chore: bump version for release

This commit is contained in:
Jacobtread 2024-06-06 19:10:01 +12:00
parent f79d869a01
commit 077b19e193
3 changed files with 4 additions and 3 deletions

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-timekeep",
"version": "1.2.9",
"version": "1.2.10",
"description": "Obsidian plugin for time tracking",
"main": "main.js",
"scripts": {

View file

@ -15,5 +15,6 @@
"1.2.6": "1.5.12",
"1.2.7": "1.5.12",
"1.2.8": "1.5.12",
"1.2.9": "1.5.12"
"1.2.9": "1.5.12",
"1.2.10": "1.5.12"
}