diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index 549d02c..b789129 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -1,4 +1,4 @@ -## OrbitDB API - v1.0 +## OrbitDB API - v2.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. diff --git a/package-lock.json b/package-lock.json index 0a6ba40..8606add 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orbitdb/core", - "version": "1.0.2", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orbitdb/core", - "version": "1.0.2", + "version": "2.0.0", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.6", diff --git a/package.json b/package.json index 53f5c6a..5c724d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/core", - "version": "1.0.2", + "version": "2.0.0", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",