feat: bump version for release

This commit is contained in:
Jacobtread 2025-11-20 20:24:52 +13:00
parent f635d68c71
commit 4e7588927c
4 changed files with 6 additions and 5 deletions

View file

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

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-timekeep",
"version": "1.14.0",
"version": "1.14.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "obsidian-timekeep",
"version": "1.14.0",
"version": "1.14.1",
"license": "MIT",
"dependencies": {
"@react-pdf/renderer": "^3.4.0",

View file

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

View file

@ -34,5 +34,6 @@
"1.11.1": "1.5.12",
"1.12.0": "1.5.12",
"1.13.0": "1.5.12",
"1.14.0": "1.5.12"
"1.14.0": "1.5.12",
"1.14.1": "1.5.12"
}