Skip to content

Commit

Permalink
Sync versions with NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Oct 17, 2024
1 parent cc3a5d1 commit d73e91c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stake-pool/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-stake-pool",
"version": "1.1.7",
"version": "1.1.8",
"description": "SPL Stake Pool Program JS API",
"scripts": {
"build": "tsc && cross-env NODE_ENV=production rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion token-lending/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-lending",
"version": "0.3.9",
"version": "0.3.10",
"description": "SPL Token Lending JavaScript API",
"license": "MIT",
"author": "Solana Labs Maintainers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion token-swap/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/spl-token-swap",
"version": "0.4.3",
"version": "0.4.4",
"description": "SPL Token Swap JavaScript API",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit d73e91c

Please sign in to comment.