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

Commit 85160e0

Browse files
authored
Account Compression: add docs link for account compression (#3783)
* ac: add docs link for account compression * ac: bump ts pkg version to 0.1.4
1 parent 0bc2a02 commit 85160e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

account-compression/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `@solana/spl-account-compression`
22

3-
A TypeScript library for interacting with SPL Account Compression and SPL NoOp.
3+
A TypeScript library for interacting with SPL Account Compression and SPL NoOp. [Docs here](https://solana-labs.github.io/solana-program-library/account-compression/sdk/docs/).
44

55
## Install
66

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.3",
4+
"version": "0.1.4",
55
"author": "Solana Maintainers <[email protected]>",
66
"repository": {
77
"url": "https://github.com/solana-labs/solana-program-library",

0 commit comments

Comments
 (0)