chore: bump version

This commit is contained in:
Jacobtread 2024-06-08 16:11:08 +12:00
parent ba03fa7921
commit 3e4772cbab
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -16,5 +16,6 @@
"1.2.7": "1.5.12",
"1.2.8": "1.5.12",
"1.2.9": "1.5.12",
"1.2.10": "1.5.12"
"1.2.10": "1.5.12",
"1.2.11": "1.5.12"
}