Skip to content

Commit

Permalink
Merge pull request #135 from snapdao/bump-snap-version
Browse files Browse the repository at this point in the history
Bump btcsnap version
  • Loading branch information
aaronisme authored Sep 7, 2023
2 parents 36a774a + ac29873 commit c5bdeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/src/lib/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function connect(cb: (connected: boolean) => void) {
method: 'wallet_requestSnaps',
params: {
[snapId]: {
version: '2.0.2',
version: '2.0.3',
},
}
});
Expand Down

0 comments on commit c5bdeab

Please sign in to comment.