diff --git a/README.md b/README.md index bc1572a9d..0404917ff 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,7 @@ Note that the `beta` branch of the specs moves quickly. We work to merge PRs as ## Website -https://beta.spec.filecoin.io is the user-friendly website rendering, which we recommend for reading this repository. The website is updated automatically with every merge to `beta`. - -## Previous version -You can find the previous version of the Filecoin Spec in the master branch [here](https://github.com/filecoin-project/specs/tree/master). +https://spec.filecoin.io is the user-friendly website rendering, which we recommend for reading this repository. The website is updated automatically with every merge to `master`. ## Install diff --git a/package.json b/package.json index cb61f4cd7..9f50cfe75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "specs", - "version": "1.0.0", + "version": "0.0.1", "description": "The Filecoin protocol specification", "main": "index.js", "scripts": {