cdloh_obsidian-cron/manifest.json
semantic-release-bot e05272a1af release(version): Release 1.1.2 [skip ci]
## [1.1.2](https://github.com/cdloh/obsidian-cron/compare/1.1.1...1.1.2) (2023-08-24)

### Bug Fixes

* Fix cleaning up running jobs when deleting crons ([e505695](e505695003)), closes [#4](https://github.com/cdloh/obsidian-cron/issues/4)
2023-08-24 10:26:12 +00:00

10 lines
No EOL
277 B
JSON

{
"id": "cron",
"name": "Cron",
"version": "1.1.2",
"minAppVersion": "0.15.0",
"description": "Simple CRON / schedular plugin to regularly run user scripts or Obsidian commands.",
"author": "Callum Loh",
"authorUrl": "https://github.com/cdloh",
"isDesktopOnly": false
}