Skip to content

Commit c2cf829

Browse files
committed
chore: version 1.0.2
1 parent 537ae56 commit c2cf829

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

anchor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pubkey-protocol/anchor",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"dependencies": {
55
"@coral-xyz/anchor": "^0.30.1",
66
"@solana/web3.js": "^1.91.0",

sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@pubkey-protocol/sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"dependencies": {
55
"@coral-xyz/anchor": "^0.30.0",
66
"@solana/web3.js": "^1.91.0",
7-
"@pubkey-protocol/anchor": "^1.0.0",
7+
"@pubkey-protocol/anchor": "^1.0.2",
88
"@solana-developers/helpers": "^2.0.0"
99
},
1010
"type": "commonjs",

0 commit comments

Comments
 (0)