Skip to content

Commit

Permalink
Libs v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abrenneke committed Nov 17, 2023
1 parent d18ff45 commit fbe334e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-cli",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.13.2",
"version": "1.13.3",
"src": "bin/cli.ts",
"bin": {
"rivet": "bin/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-core",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.13.2",
"version": "1.13.3",
"packageManager": "[email protected]",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ironclad/rivet-node",
"license": "MIT",
"repository": "https://github.com/ironclad/rivet",
"version": "1.13.2",
"version": "1.13.3",
"main": "dist/cjs/bundle.cjs",
"module": "dist/esm/index.js",
"src": "src/index.ts",
Expand Down

0 comments on commit fbe334e

Please sign in to comment.