From fb8d99fc43f763340f7e9789007f6dbdb47f02a2 Mon Sep 17 00:00:00 2001 From: Corvid Agent <95454608+corvid-agent@users.noreply.github.com> Date: Thu, 7 May 2026 07:53:59 -0700 Subject: [PATCH] chore: bump version to v0.4.0 --- package.json | 2 +- plugin.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5022d30..13f144e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fledge-plugin-memory", - "version": "0.3.0", + "version": "0.4.0", "private": true, "type": "module", "scripts": { diff --git a/plugin.toml b/plugin.toml index 0d5a335..03d2113 100644 --- a/plugin.toml +++ b/plugin.toml @@ -1,6 +1,6 @@ [plugin] name = "fledge-plugin-memory" -version = "0.3.0" +version = "0.4.0" description = "Three-tier memory — ephemeral (SQLite), mutable (ARC-69 ASA), permanent (on-chain txn)" author = "CorvidLabs" protocol = "fledge-v1"