diff --git a/conf/jsdoc/layout.tmpl b/conf/jsdoc/layout.tmpl
index fadfd46..4422d7c 100644
--- a/conf/jsdoc/layout.tmpl
+++ b/conf/jsdoc/layout.tmpl
@@ -2,7 +2,7 @@
- OrbitDB API - v1.0.0
+ OrbitDB API - v1.0
diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md
index fd011ed..549d02c 100644
--- a/docs/jsdoc/README.md
+++ b/docs/jsdoc/README.md
@@ -1,4 +1,4 @@
-## OrbitDB API - v1.0.0
+## OrbitDB API - v1.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.