Skip to content

Commit

Permalink
[account compression] bump sdk versions (#5511)
Browse files Browse the repository at this point in the history
* bump ac versions

* bump minor version of ts sdk
  • Loading branch information
ngundotra authored Oct 11, 2023
1 parent e619e4d commit 5a6f132
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions account-compression/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-account-compression"
version = "0.2.0"
version = "0.3.0"
description = "Solana Program Library Account Compression Program"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion account-compression/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@solana/spl-account-compression",
"description": "SPL Account Compression Program JS API",
"version": "0.1.10",
"version": "0.2.0",
"author": "Solana Labs Maintainers <[email protected]>",
"repository": {
"url": "https://github.com/solana-labs/solana-program-library",
Expand Down

0 comments on commit 5a6f132

Please sign in to comment.