Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Oct 22, 2022
1 parent 2ae9492 commit e5d4c6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.5.0",
"version": "0.6.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/fsuipc-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsuipc-wasm",
"version": "0.5.0",
"version": "0.6.0",
"description": "Node bindings for the FSUIPC WASM interface",
"keywords": [
"fsuipc",
Expand Down
2 changes: 1 addition & 1 deletion packages/fsuipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsuipc",
"version": "0.5.0",
"version": "0.6.0",
"description": "Node bindings for FSUIPC",
"keywords": [
"fsuipc",
Expand Down

0 comments on commit e5d4c6e

Please sign in to comment.