chore: bump version

This commit is contained in:
Jacobtread 2024-05-01 20:44:34 +12:00
parent 046f0fef25
commit 3952b60c21
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -12,5 +12,6 @@
"1.2.3": "1.5.12",
"1.2.4": "1.5.12",
"1.2.5": "1.5.12",
"1.2.6": "1.5.12"
"1.2.6": "1.5.12",
"1.2.7": "1.5.12"
}