fix: inject version into manifest.json, ignore .zip in git

This commit is contained in:
Hank Stoever
2020-09-30 07:37:16 -07:00
committed by kyranjamie
parent 9c56937b26
commit 6c046aaa5e
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@@ -12,4 +12,5 @@ dist/
yarn-error.log
.github/workflows/event.json
.npmrc
coverage/
coverage/
*.zip

View File

@@ -1,7 +1,7 @@
{
"name": "Blockstack",
"author": "Blockstack",
"version": "1.13.1",
"version": "<% VERSION %>",
"description": "The Blockstack app is all you need to access the new internet. Access privacy-friendly apps and keep data in your control.",
"icons": {
"128": "assets/logo-128@1x.png",