diff --git a/manifest.json b/manifest.json index b8a9557..9bb0f48 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "timekeep", "name": "Timekeep", - "version": "1.9.0", + "version": "1.10.0", "minAppVersion": "1.5.12", "description": "Time tracking", "author": "Jacobtread", diff --git a/package-lock.json b/package-lock.json index f1e3472..5443442 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-timekeep", - "version": "1.9.0", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-timekeep", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "dependencies": { "@react-pdf/renderer": "^3.4.0", diff --git a/package.json b/package.json index 8263b89..b94a873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-timekeep", - "version": "1.9.0", + "version": "1.10.0", "description": "Obsidian plugin for time tracking", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index c97b277..0d59e55 100644 --- a/versions.json +++ b/versions.json @@ -28,5 +28,6 @@ "1.6.2": "1.5.12", "1.7.0": "1.5.12", "1.8.0": "1.5.12", - "1.9.0": "1.5.12" + "1.9.0": "1.5.12", + "1.10.0": "1.5.12" } \ No newline at end of file