Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PMK744 committed Jun 20, 2024
1 parent 5349a4b commit f991189
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serenityjs/binarystream-darwin-x64",
"repository": "https://github.com/SerenityJS/binarystream",
"version": "2.6.2",
"version": "2.6.3",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serenityjs/binarystream-linux-x64-gnu",
"repository": "https://github.com/SerenityJS/binarystream",
"version": "2.6.2",
"version": "2.6.3",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@serenityjs/binarystream-win32-x64-msvc",
"repository": "https://github.com/SerenityJS/binarystream",
"version": "2.6.2",
"version": "2.6.3",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenityjs/binarystream",
"version": "2.6.2",
"version": "2.6.3",
"type": "commonjs",
"repository": "https://github.com/SerenityJS/binarystream",
"main": "index.js",
Expand Down

0 comments on commit f991189

Please sign in to comment.