diff --git a/README.md b/README.md index cb533f4..adf05da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @debros/netowrk +# @debros/network Core networking functionality for the Debros decentralized network. This package provides essential IPFS, libp2p, and OrbitDB functionality to build decentralized applications on the Debros network. diff --git a/package.json b/package.json index 868edea..0712c91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@debros/network", - "version": "0.0.13-alpha", + "version": "0.0.14-alpha", "description": "Debros network core functionality for IPFS, libp2p and OrbitDB", "type": "module", "main": "dist/index.js",