Skip to content

Commit 9ad8f86

Browse files
committed
chore: update pnet version
This was accidentally published as v1 already - the package on npm was deleted immediately but npm doesn't allow republishing over old versions no matter how quickly they were deleted.
1 parent e5dfde0 commit 9ad8f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pnet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/pnet",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "Implementation of Connection protection management via a shared secret",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pnet#readme",

0 commit comments

Comments
 (0)