chore: bump version

This commit is contained in:
Jacobtread 2024-03-25 20:38:45 +13:00
parent efab24eae0
commit 6da57502f4
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "obsidian-timekeep",
"name": "Obsidian Timekeep",
"version": "1.0.3",
"version": "1.0.4",
"minAppVersion": "0.15.0",
"description": "Time tracking within Obsidian",
"author": "Obsidian",

View file

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

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
}