bump api version

This commit is contained in:
nicwands
2026-02-24 14:17:45 -05:00
parent 4982549d7d
commit 2c0d357d5d
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.2.0',
apiVersion: '0.3.0',
configSchema: [
{
key: 'notesDir',