Skip to content

Commit

Permalink
chore: bump version to 0.96.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Aug 21, 2024
1 parent 91b8595 commit 18cc14b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "nushell",
"version": "0.96.1",
"version": "0.96.3",
"bin": {
"nu": "lib/index.js"
},
"distTag": "latest",
"distTag": "beta",
"nuVer": "0.96.1",
"license": "MIT",
"description": "The official release of Nushell with default features included.",
Expand Down Expand Up @@ -41,14 +41,14 @@
"typescript": "^5.5.2"
},
"optionalDependencies": {
"@nushell/windows-x64": "0.96.1",
"@nushell/windows-arm64": "0.96.1",
"@nushell/linux-x64": "0.96.1",
"@nushell/linux-riscv64": "0.96.1",
"@nushell/linux-arm64": "0.96.1",
"@nushell/linux-arm": "0.96.1",
"@nushell/darwin-x64": "0.96.1",
"@nushell/darwin-arm64": "0.96.1"
"@nushell/windows-x64": "0.96.3",
"@nushell/windows-arm64": "0.96.3",
"@nushell/linux-x64": "0.96.3",
"@nushell/linux-riscv64": "0.96.3",
"@nushell/linux-arm64": "0.96.3",
"@nushell/linux-arm": "0.96.3",
"@nushell/darwin-x64": "0.96.3",
"@nushell/darwin-arm64": "0.96.3"
},
"engines": {
"node": ">=20.0.0",
Expand Down

0 comments on commit 18cc14b

Please sign in to comment.