diff --git a/CHANGELOG.md b/CHANGELOG.md index ed16efe..ead7748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.2](https://github.com/omnivore-app/obsidian-omnivore/compare/1.10.1...1.10.2) (2024-04-24) + + +### Bug Fixes + +* update sync_at once sync is completed ([9b7e289](https://github.com/omnivore-app/obsidian-omnivore/commit/9b7e2899fa2766d0e0d441de616dfd050b379172)) + ## [1.10.1](https://github.com/omnivore-app/obsidian-omnivore/compare/1.10.0...1.10.1) (2024-04-18) diff --git a/manifest.json b/manifest.json index 84dbd39..b9994b3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-omnivore", "name": "Omnivore", - "version": "1.10.1", + "version": "1.10.2", "minAppVersion": "0.15.0", "description": "This is an Omnivore plugin for Obsidian.", "author": "Omnivore", diff --git a/package.json b/package.json index c6398e4..3ff28a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-omnivore", - "version": "1.10.1", + "version": "1.10.2", "description": "This is an Omnivore plugin for Obsidian.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 01d0cd6..b06cd5b 100644 --- a/versions.json +++ b/versions.json @@ -39,5 +39,6 @@ "1.9.4": "0.15.0", "1.9.5": "0.15.0", "1.10.0": "0.15.0", - "1.10.1": "0.15.0" + "1.10.1": "0.15.0", + "1.10.2": "0.15.0" } \ No newline at end of file