chore: bump version

This commit is contained in:
Jacobtread 2024-03-31 22:58:51 +13:00
parent 6c9e69df9e
commit 70a1dfb019
3 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"id": "timekeep",
"name": "Timekeep",
"version": "1.1.1",
"version": "1.2.0",
"minAppVersion": "0.15.0",
"description": "Time tracking within Obsidian",
"author": "Jacobtread",

View file

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

View file

@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0"
"1.1.1": "0.15.0",
"1.2.0": "0.15.0"
}