diff --git a/README.md b/README.md index 5adea9b..7df1c37 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ AI-assisted contributions will be considered with discretion. Obviously vibe-cod ## Release Notes +### v0.6.2 + +- **Fix**: Address issues identified on Obsidian community plugin + ### v0.6.1 - **New**: Add auto-archiving functionality. Thanks to [albertsj1](https://github.com/albertsj1)! diff --git a/manifest.json b/manifest.json index 3a3ddcc..edd7551 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-archiver", "name": "Simple Archiver", - "version": "0.6.1", + "version": "0.6.2", "minAppVersion": "1.8.0", "description": "Move old, stinky notes and folders to an archive, where they belong.", "author": "Mike Farr", diff --git a/package-lock.json b/package-lock.json index c7cf4d9..8440430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simple-archiver", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simple-archiver", - "version": "0.6.1", + "version": "0.6.2", "license": "GPL-3.0-only", "devDependencies": { "@types/node": "^16.11.6", diff --git a/package.json b/package.json index 6f0a340..a4f511e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-archiver", - "version": "0.6.1", + "version": "0.6.2", "description": "Send old, stinky notes to the archive, where they belong.", "main": "main.js", "scripts": {