Skip to content

Commit

Permalink
0.3.26 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaring30s authored Oct 20, 2023
1 parent cdbc27c commit 66977f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-arm64",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-darwin-x64",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-linux-x64-gnu",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node-win32-x64-msvc",
"version": "0.3.25",
"version": "0.3.26",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion js/napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@three-em/node",
"version": "0.3.25",
"version": "0.3.26",
"author": "Divy Srivastava <dj.srivastava23@gmail.com>",
"license": "MIT",
"napi": {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@three-em/js",
"type": "module",
"version": "0.3.19",
"version": "0.3.20",
"main": "index.js",
"license": "MIT"
}

0 comments on commit 66977f2

Please sign in to comment.