From d9543b911b87ff095bf9533382b06b87db6c58a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:15:05 +0000 Subject: [PATCH] Publish JS client v0.6.1 --- clients/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/js/package.json b/clients/js/package.json index dc5c2eb..09a434f 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@solana-program/system", - "version": "0.6.0", + "version": "0.6.1", "description": "JavaScript client for the System program", "sideEffects": false, "module": "./dist/src/index.mjs",