Skip to content

Commit 46eb814

Browse files
committed
Bump package to 0.4.3
1 parent 91486c4 commit 46eb814

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomismeta/paperclip-aperture",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"private": false,
66
"description": "The live attention layer for Paperclip, combining Aperture Core continuity with Paperclip-native operator policy.",

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { PaperclipPluginManifestV1 } from "@paperclipai/plugin-sdk";
33
const manifest: PaperclipPluginManifestV1 = {
44
id: "tomismeta.paperclip-aperture",
55
apiVersion: 1,
6-
version: "0.4.2",
6+
version: "0.4.3",
77
displayName: "Paperclip Aperture",
88
description: "The live attention layer for Paperclip, combining Aperture Core continuity with Paperclip-native operator policy.",
99
author: "@tomismeta",

0 commit comments

Comments
 (0)