diff --git a/packages/connector/package.json b/packages/connector/package.json
index 554563b..31373ee 100644
--- a/packages/connector/package.json
+++ b/packages/connector/package.json
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet-connector",
- "version": "0.1.0-rc.0",
+ "version": "0.1.0",
"description": "A Provider to be used in ethers.js to interact with Qtum's wallet",
"repository": {
"type": "git",
diff --git a/packages/connector/src/version.json b/packages/connector/src/version.json
index 18ad303..6a3252e 100644
--- a/packages/connector/src/version.json
+++ b/packages/connector/src/version.json
@@ -1,3 +1,3 @@
{
- "version": "0.1.0-rc.0"
+ "version": "0.1.0"
}
diff --git a/packages/snap/images/icon.svg b/packages/snap/images/icon.svg
index 3b89012..6898df0 100644
--- a/packages/snap/images/icon.svg
+++ b/packages/snap/images/icon.svg
@@ -1 +1,14 @@
-
\ No newline at end of file
+
diff --git a/packages/snap/package.json b/packages/snap/package.json
index a1efd78..0dd447f 100644
--- a/packages/snap/package.json
+++ b/packages/snap/package.json
@@ -1,6 +1,6 @@
{
"name": "@qtumproject/qtum-wallet",
- "version": "0.1.0-rc.0",
+ "version": "0.1.0",
"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",
diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json
index 3cee4cf..69d1b09 100644
--- a/packages/snap/snap.manifest.json
+++ b/packages/snap/snap.manifest.json
@@ -1,5 +1,5 @@
{
- "version": "0.1.0-rc.0",
+ "version": "0.1.0",
"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": {
@@ -7,7 +7,7 @@
"url": "https://github.com/qtumproject/qtum-extension-wallet.git"
},
"source": {
- "shasum": "BQi39VhbfNaQsnSpCM9+B8c3ZFNdDlaH60RAljEppDs=",
+ "shasum": "SDeLvf6e8mGaI69+Pcy2Nskj307MyNY21XLSIbNo1eU=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
diff --git a/packages/snap/src/helpers/ui/homepage.ts b/packages/snap/src/helpers/ui/homepage.ts
index 254d198..afff972 100644
--- a/packages/snap/src/helpers/ui/homepage.ts
+++ b/packages/snap/src/helpers/ui/homepage.ts
@@ -10,7 +10,20 @@ export const onHomePage: OnHomePageHandler = async () => {
return {
content: panel([
image(
- '',
+ '\n',
),
text('Qtum lives right in your MetaMask.'),