Skip to content

Commit

Permalink
chore: update pnet version
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achingbrain committed Nov 15, 2023
1 parent e5dfde0 commit 97ab31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/pnet",
"version": "0.0.0",
"version": "1.0.0",
"description": "Implementation of Connection protection management via a shared secret",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pnet#readme",
Expand Down

0 comments on commit 97ab31c

Please sign in to comment.