From a1ce13dd69d787a791f210544e333dc806fa7cc8 Mon Sep 17 00:00:00 2001 From: JesseTheRobot Date: Wed, 4 Sep 2024 00:31:29 +0000 Subject: [PATCH] v0.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8db413b..6af975a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@irys/bundles", - "version": "0.0.0", + "version": "0.0.1", "description": "Transaction bundling library", "author": "Irys maintainers ", "license": "Apache-2.0", @@ -152,4 +152,4 @@ "multistream": "^4.1.0", "tmp-promise": "^3.0.2" } -} \ No newline at end of file +}