diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
 
 ## docs
 
-A blockchain is a config and a tree of blocks with each node having a potentially infinite set of branches. A `Blockchain` also includes a tag to note whether is has been verified to meet all the expected conditions -- `Blockchain Validated` or `Blockchain Unvalidated`.
+A blockchain is a config and a tree of blocks with each node having a potentially infinite set of branches. A `Blockchain` also includes a tag to note whether is has been verified to meet all the expected conditions -- `Blockchain Validated` or `Blockchain Unvalidated`. Docs are also available on [Hackage](https://hackage.haskell.org/package/blockchain).
 
 ```hs
 data Blockchain a = Blockchain
diff --git a/blockchain.cabal b/blockchain.cabal
--- a/blockchain.cabal
+++ b/blockchain.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           blockchain
-version:        0.0.0.1
+version:        0.0.1
 synopsis:       Generic blockchain implementation.
 description:    Please see README.md
 category:       Blockchain
