From 9eca52aedbb1f84bd734aa353e82031b29c1e880 Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Sun, 24 Mar 2024 19:53:44 +1300 Subject: [PATCH] chore: bump version --- manifest.json | 2 +- package.json | 2 +- test-vault/.obsidian/plugins/obsidian-timekeep/manifest.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index e991f3e..ab5526f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-timekeep", "name": "Obsidian Timekeep", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Time tracking within Obsidian", "author": "Obsidian", diff --git a/package.json b/package.json index 070ac74..8e43929 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-timekeep", - "version": "1.0.2", + "version": "1.0.3", "description": "Obsidian plugin for time tracking", "main": "main.js", "scripts": { diff --git a/test-vault/.obsidian/plugins/obsidian-timekeep/manifest.json b/test-vault/.obsidian/plugins/obsidian-timekeep/manifest.json index e991f3e..ab5526f 100644 --- a/test-vault/.obsidian/plugins/obsidian-timekeep/manifest.json +++ b/test-vault/.obsidian/plugins/obsidian-timekeep/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-timekeep", "name": "Obsidian Timekeep", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "0.15.0", "description": "Time tracking within Obsidian", "author": "Obsidian", diff --git a/versions.json b/versions.json index 03d60fe..1da423a 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.15.0", "1.0.1": "0.15.0", - "1.0.2": "0.15.0" + "1.0.2": "0.15.0", + "1.0.3": "0.15.0" } \ No newline at end of file