Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 5a6f132

Browse files
authored
[account compression] bump sdk versions (#5511)
* bump ac versions * bump minor version of ts sdk
1 parent e619e4d commit 5a6f132

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

account-compression/Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

account-compression/programs/account-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spl-account-compression"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Solana Program Library Account Compression Program"
55
authors = ["Solana Labs Maintainers <[email protected]>"]
66
repository = "https://github.com/solana-labs/solana-program-library"

account-compression/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@solana/spl-account-compression",
33
"description": "SPL Account Compression Program JS API",
4-
"version": "0.1.10",
4+
"version": "0.2.0",
55
"author": "Solana Labs Maintainers <[email protected]>",
66
"repository": {
77
"url": "https://github.com/solana-labs/solana-program-library",

0 commit comments

Comments
 (0)