diff --git a/manifest.json b/manifest.json index c477ad3..5e2f98b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "timekeep", "name": "Timekeep", - "version": "2.1.0", + "version": "2.1.1", "minAppVersion": "1.5.12", "description": "Time tracking.", "author": "Jacobtread", "authorUrl": "https://jacobtread.com", "fundingUrl": "https://www.buymeacoffee.com/jacobtread", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package.json b/package.json index 311a5b3..ac22b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-timekeep", - "version": "2.1.0", + "version": "2.1.1", "description": "Obsidian plugin for time tracking", "keywords": [], "license": "MIT", diff --git a/versions.json b/versions.json index 654b5a2..f4ea967 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "1.15.0": "1.5.12", "1.16.0": "1.5.12", "2.0.0": "1.5.12", - "2.1.0": "1.5.12" -} + "2.1.0": "1.5.12", + "2.1.1": "1.5.12" +} \ No newline at end of file