Skip to content

Commit

Permalink
bump v, rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lukachi committed Aug 7, 2024
1 parent 0b46b1f commit 53c8052
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet-connector",
"version": "0.2.0-rc.3",
"version": "0.2.0-rc.4",
"description": "A Provider to be used in ethers.js to interact with Qtum's wallet",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector/src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.2.0-rc.3"
"version": "0.2.0-rc.4"
}
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet",
"version": "0.2.0-rc.3",
"version": "0.2.0-rc.4",
"description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.2.0-rc.3",
"version": "0.2.0-rc.4",
"description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
"proposedName": "Qtum Wallet",
"repository": {
"type": "git",
"url": "https://github.com/qtumproject/qtum-extension-wallet.git"
},
"source": {
"shasum": "U4787RVlyOswICumSVpPABe3q6yy52OS0TeESQqMsqw=",
"shasum": "QMxuuyHVQqSBWRr6BDJ+PfOqWVtw74B2gZEHfgTMzJg=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 53c8052

Please sign in to comment.