Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-nagy committed Jan 15, 2024
1 parent 27bf62b commit 9655155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daniel-nagy/transporter-browser",
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Typesafe distributed computing in the browser.",
"author": "Daniel Nagy <1622446+daniel-nagy@users.noreply.github.com>",
"repository": "github:daniel-nagy/transporter",
Expand Down Expand Up @@ -59,6 +59,6 @@
"typescript": "^5.3.3"
},
"peerDependencies": {
"@daniel-nagy/transporter": "1.0.0-beta.4"
"@daniel-nagy/transporter": "1.0.0-beta.5"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daniel-nagy/transporter",
"type": "module",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Typesafe distributed computing in TypeScript.",
"author": "Daniel Nagy <1622446+daniel-nagy@users.noreply.github.com>",
"repository": "github:daniel-nagy/transporter",
Expand Down

0 comments on commit 9655155

Please sign in to comment.