Skip to content

Commit

Permalink
fix: version number
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jul 12, 2024
1 parent ecf6d84 commit d71abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-dapp/src/dapp-client/DAppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ export class DAppClient extends Client {
errorType: BeaconErrorType.ABORTED_ERROR,
id,
senderId: '',
version: '1'
version: '2'
})
})
this.openRequests.clear()
Expand Down

0 comments on commit d71abd3

Please sign in to comment.