chore: bump version

This commit is contained in:
Jacobtread 2024-04-15 21:23:23 +12:00
parent 07e8ba2bb8
commit b1296b06dd
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -9,5 +9,6 @@
"1.2.0": "1.5.12",
"1.2.1": "1.5.12",
"1.2.2": "1.5.12",
"1.2.3": "1.5.12"
"1.2.3": "1.5.12",
"1.2.4": "1.5.12"
}