chore(docs): update docs

chore(version): bump version
This commit is contained in:
Andre Neves 2019-05-27 16:04:42 -04:00
parent 51c295a37f
commit a152095f97
3 changed files with 4 additions and 5 deletions

View File

@ -4,13 +4,12 @@ When contributing to this repository, please first discuss the change you wish t
## Pull Request Process
1. Ensure any install or build dependencies are removed before the end of the layer when doing a
build.
1. Ensure any extraneous install or build dependencies are removed before doing a build.
2. Update the README.md with details of changes to the interface, this includes new environment
variables, exposed ports, useful file locations and container parameters.
3. Increase the version numbers in any examples files and the README.md to the new version that this
Pull Request would represent. The versioning scheme we use is [SemVer](http://semver.org/).
4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
4. You may merge the Pull Request in once you have the sign-off of at least two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.
Learn more about this project's [development workflow](https://github.com/ZcashFoundation/zepio/blob/master/DEVELOPMENT_WORKFLOW.md).

View File

@ -122,4 +122,4 @@ In order to contribute and submit PRs to improve the **Zepio** codebase, please
## License
MIT © Zcash Foundation 2019 zfnd.org
MIT © Zcash Foundation 2019 [zfnd.org](zfnd.org)

View File

@ -1,7 +1,7 @@
{
"name": "zepio",
"productName": "Zepio",
"version": "0.6.2",
"version": "0.6.3",
"description": "Zepio | Cross-platform sapling-enabled full-node Zcash wallet",
"main": "config/main.js",
"homepage": "https://zepiowallet.com",