Skip to content

Commit

Permalink
Release @xsuite/full-simulnet@0.0.1 @xsuite/light-simulnet@0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed May 30, 2024
1 parent 1821cad commit c91dc9a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion xsuite-fullsimulnet-darwin-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/full-simulnet-darwin-amd64",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"postinstall": "chmod -f +x ./bin/fsproxy || true"
Expand Down
2 changes: 1 addition & 1 deletion xsuite-fullsimulnet-linux-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/full-simulnet-linux-amd64",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"postinstall": "chmod -f +x ./bin/fsproxy || true"
Expand Down
2 changes: 1 addition & 1 deletion xsuite-fullsimulnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/full-simulnet",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "run-script-os",
Expand Down
2 changes: 1 addition & 1 deletion xsuite-lightsimulnet-darwin-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/light-simulnet-darwin-amd64",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",
"scripts": {
"postinstall": "chmod -f +x ./bin/lsproxy || true"
Expand Down
2 changes: 1 addition & 1 deletion xsuite-lightsimulnet-linux-amd64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/light-simulnet-linux-amd64",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",
"scripts": {
"postinstall": "chmod -f +x ./bin/lsproxy || true"
Expand Down
2 changes: 1 addition & 1 deletion xsuite-lightsimulnet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xsuite/light-simulnet",
"version": "0.0.21",
"version": "0.0.22",
"license": "MIT",
"scripts": {
"build": "run-script-os",
Expand Down

0 comments on commit c91dc9a

Please sign in to comment.