diff --git a/conf/jsdoc/layout.tmpl b/conf/jsdoc/layout.tmpl
index 151eb87..fadfd46 100644
--- a/conf/jsdoc/layout.tmpl
+++ b/conf/jsdoc/layout.tmpl
@@ -2,7 +2,7 @@
- OrbitDB API
+ OrbitDB API - v1.0.0
diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md
index c61ce53..fd011ed 100644
--- a/docs/jsdoc/README.md
+++ b/docs/jsdoc/README.md
@@ -1,3 +1,5 @@
+## OrbitDB API - v1.0.0
+
OrbitDB is a serverless, distributed, peer-to-peer database. OrbitDB uses IPFS
as its data storage and Libp2p Pubsub to automatically sync databases with peers. It's an eventually consistent database that uses Merkle-CRDTs for conflict-free database writes and merges making OrbitDB an excellent choice for p2p and decentralized apps, blockchain applications and local first web applications.