Skip to content

Commit

Permalink
chore: reset versions to trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Mar 4, 2024
1 parent 5a5c0e6 commit 15547b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/maake-oob": "0.1.0",
"packages/partykit-transport": "0.1.0"
"packages/maake-oob": "0.0.1",
"packages/partykit-transport": "0.0.1"
}
2 changes: 1 addition & 1 deletion packages/maake-oob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maake-oob",
"type": "module",
"version": "0.1.0",
"version": "0.0.1",
"description": "Create a secure tunnel between two parties using a mutually authenticating AKE with out-of-band parameters.",
"author": "Steven Vandevelde <[email protected]> (tokono.ma)",
"license": "(Apache-2.0 AND MIT)",
Expand Down
2 changes: 1 addition & 1 deletion packages/partykit-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "partykit-transport",
"type": "module",
"version": "0.1.0",
"version": "0.0.1",
"description": "A transport implementation for the @fission-codes/channel library which uses partykit.io",
"author": "Steven Vandevelde <[email protected]> (tokono.ma)",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 15547b9

Please sign in to comment.