chore: Iterate version.

This commit is contained in:
Hayden Young 2025-05-26 18:52:12 +02:00
parent 0cabfdbae7
commit 1520eae162
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## OrbitDB API - v2.5
## OrbitDB API - v3.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.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@orbitdb/core",
"version": "3.0.0",
"version": "3.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orbitdb/core",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"dependencies": {
"@ipld/dag-cbor": "^9.0.6",

View File

@ -1,6 +1,6 @@
{
"name": "@orbitdb/core",
"version": "3.0.0",
"version": "3.0.1",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",