From b65e3b03d0274985bdd8baa3b9aeea1fc720c42d Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Thu, 24 Oct 2024 12:18:41 +0100 Subject: [PATCH] chore: Iterate release version. --- CHANGELOG.md | 2 +- docs/jsdoc/README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6fb66f..7cbaee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ For now, please refer to our Git commit history for a list of changes. -https://github.com/orbitdb/orbitdb/commits/v1.0.2 +https://github.com/orbitdb/orbitdb/commits/v2.3.0 diff --git a/docs/jsdoc/README.md b/docs/jsdoc/README.md index c70bd5e..5b3855f 100644 --- a/docs/jsdoc/README.md +++ b/docs/jsdoc/README.md @@ -1,4 +1,4 @@ -## OrbitDB API - v2.2 +## OrbitDB API - v2.3 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 f7592c4..1e8d26f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@orbitdb/core", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orbitdb/core", - "version": "2.2.0", + "version": "2.3.0", "license": "MIT", "dependencies": { "@ipld/dag-cbor": "^9.0.6", diff --git a/package.json b/package.json index e4e880f..1f0fe73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/core", - "version": "2.2.0", + "version": "2.3.0", "description": "Distributed p2p database on IPFS", "author": "Haad", "license": "MIT",