bump api version

This commit is contained in:
nicwands
2026-02-24 14:07:22 -05:00
parent 79a5534440
commit 1f3c7adccb
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export default definePlugin({
name: 'Filesystem',
description: 'Store notes as markdown files on your local filesystem',
version: '1.0.0',
apiVersion: '0.1.0',
apiVersion: '0.2.0',
configSchema: [
{
key: 'notesDir',