Skip to content

Commit cd41883

Browse files
committed
Bump package.json of clients/js to 0.7.0 to publish 0.8.0
We currently cannot publish version 0.7.0 because it has been published and deprecated so we need to manually bump the current version to 0.7.0 so that when we trigger the publishing workflow, we end up publishing version 0.8.0.
1 parent 6a81e32 commit cd41883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solana-program/token-2022",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "JavaScript client for the Token 2022 program",
55
"sideEffects": false,
66
"module": "./dist/src/index.mjs",

0 commit comments

Comments
 (0)