From ef4be50b5a8010fe2c94f7f176ca6871c87b3248 Mon Sep 17 00:00:00 2001 From: 12inchpenguin Date: Tue, 1 Apr 2025 16:44:29 +0300 Subject: [PATCH] updated readme and packagejson --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",