diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml index fad284ac..2c06d552 100644 --- a/.github/workflows/electron.yml +++ b/.github/workflows/electron.yml @@ -62,22 +62,22 @@ jobs: if: contains(matrix.os, 'ubuntu') with: name: ${{ matrix.os }} - path: release/Quiver_Fullnode-${{ env.VERSION }}.AppImage + path: release/Quiver Fullnode-${{ env.VERSION }}.AppImage - name: Upload artifacts-dmg uses: actions/upload-artifact@v2 if: contains(matrix.os, 'macos') with: name: ${{ matrix.os }} - path: release/Quiver_Fullnode-${{ env.VERSION }}.dmg + path: release/Quiver Fullnode-${{ env.VERSION }}.dmg - name: Upload artifacts-zip uses: actions/upload-artifact@v2 if: contains(matrix.os, 'windows') with: name: ${{ matrix.os }} - path: release/Quiver_Fullnode-${{ env.VERSION }}-win.zip + path: release/Quiver Fullnode-${{ env.VERSION }}-win.zip - name: Upload artifacts-msi uses: actions/upload-artifact@v2 if: contains(matrix.os, 'windows') with: name: ${{ matrix.os }} - path: release/Quiver_Fullnode ${{ env.VERSION }}.msi + path: release/Quiver Fullnode ${{ env.VERSION }}.msi diff --git a/app/companion.js b/app/companion.js index f56f5e2b..df323549 100644 --- a/app/companion.js +++ b/app/companion.js @@ -389,7 +389,7 @@ export default class CompanionAppListener { maxzspendable, tokenName, zecprice, - serverversion: '0.9.11' + serverversion: '1.0.1' }; return JSON.stringify(resp); diff --git a/app/components/Sidebar.js b/app/components/Sidebar.js index 4a4b5201..e38f94e2 100644 --- a/app/components/Sidebar.js +++ b/app/components/Sidebar.js @@ -226,7 +226,7 @@ class Sidebar extends PureComponent { openErrorModal( 'Quiver Fullnode',
-
Quiver Fullnode v0.9.11
+
Quiver Fullnode v1.0.1
Built with Electron.
Copyright (c) 2018-2020, Aditya Kulkarni.
Copyright (c) 2020, Arrow.
diff --git a/app/package.json b/app/package.json index be51ba78..8899b543 100644 --- a/app/package.json +++ b/app/package.json @@ -1,13 +1,13 @@ { "name": "quiver", "productName": "Quiver Fullnode", - "version": "0.9.11", + "version": "1.0.1", "description": "Quiver Fullnode", "main": "./main.prod.js", "author": { "name": "Aditya Kulkarni", "email": "aditya@zecwallet.co", - "url": "https://github.com/adityapk00/zecwallet-electron" + "url": "https://github.com/arrowchain/quiver" }, "scripts": { "electron-rebuild": "node -r ../internals/scripts/BabelRegister.js ../internals/scripts/ElectronRebuild.js", diff --git a/bin/printversion.ps1 b/bin/printversion.ps1 index 94d582e1..935116fc 100644 --- a/bin/printversion.ps1 +++ b/bin/printversion.ps1 @@ -1 +1 @@ -echo "::set-env name=VERSION::0.9.11" +echo "::set-env name=VERSION::1.0.1" diff --git a/bin/printversion.sh b/bin/printversion.sh index f317da03..4eea0bf5 100755 --- a/bin/printversion.sh +++ b/bin/printversion.sh @@ -1,3 +1,3 @@ #!/bin/bash -VERSION="0.9.11" +VERSION="1.0.1" echo "::set-env name=VERSION::$VERSION" diff --git a/package.json b/package.json index 684afed6..dd4989e7 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,8 @@ ] }, "build": { - "productName": "Zecwallet Fullnode", - "appId": "co.zecwallet.fullnode", + "productName": "Quiver Fullnode", + "appId": "co.quiver.fullnode", "afterAllArtifactBuild": "./afterSignHook.js", "files": [ "dist/", @@ -121,7 +121,7 @@ "libxtst6", "libnss3" ], - "artifactName": "Zecwallet_Fullnode_${version}_${arch}.deb" + "artifactName": "Quiver_Fullnode_${version}_${arch}.deb" }, "linux": { "category": "Development", @@ -140,15 +140,15 @@ "AppImage" ], "desktop": { - "Name": "ZecWallet", - "Comment": "Full node and wallet for Zcash", + "Name": "Quiver", + "Comment": "Full node and wallet for Arrow", "GenericName": "Wallet", "Type": "Application", "StartupNotify": true, - "StartupWMClass": "zecwallet", + "StartupWMClass": "quiver", "Categories": "Utility;", - "MimeType": "x-scheme-handler/zcash;", - "Keywords": "zecwallet;" + "MimeType": "x-scheme-handler/arrow;", + "Keywords": "arrow;" } }, "directories": { @@ -158,7 +158,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/adityapk00/zecwallet-electron.git" + "url": "git+https://github.com/arrowchain/quiver.git" }, "author": { "name": "Aditya Kulkarni",