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 2, 2024
1 parent 6405040 commit c34b8dc
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.1",
"version": "0.2.0-rc.2",
"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.1"
"version": "0.2.0-rc.2"
}
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.1",
"version": "0.2.0-rc.2",
"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.1",
"version": "0.2.0-rc.2",
"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": "JB7pepHci7QeJ1XyHJt0K7KZkpOWn15WC0l6BghwjRY=",
"shasum": "128oCcSTBKFp+RfvIbaiJkh2oyEXUvJhSWBvdkuLVWQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit c34b8dc

Please sign in to comment.