diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ed6e5cf..ec5fa96 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,9 +39,9 @@ jobs: run: | echo '{ "name": "BeamX DAO Voting", - "description": "A description of the BeamX DAO Voting app", + "description": "Voting on Beam community proposals", "url": "localapp/app/index.html", - "version": "1.1.17", + "version": "1.0.0", "api_version": "7.0", "min_api_version": "7.0", "icon": "localapp/app/logo.svg", @@ -57,4 +57,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: BeamX-DAO-Voting.dapp - path: BeamX-DAO-Voting.dapp \ No newline at end of file + path: BeamX-DAO-Voting.dapp