Skip to content

Commit

Permalink
chore: bump version to 0.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jul 30, 2024
1 parent c88d56c commit 91b8595
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,11 +1,11 @@
{
"name": "nushell",
"version": "0.96.0",
"version": "0.96.1",
"bin": {
"nu": "lib/index.js"
},
"distTag": "latest",
"nuVer": "0.96.0",
"nuVer": "0.96.1",
"license": "MIT",
"description": "The official release of Nushell with default features included.",
"keywords": [
Expand Down Expand Up @@ -41,14 +41,14 @@
"typescript": "^5.5.2"
},
"optionalDependencies": {
"@nushell/windows-x64": "0.96.0",
"@nushell/windows-arm64": "0.96.0",
"@nushell/linux-x64": "0.96.0",
"@nushell/linux-riscv64": "0.96.0",
"@nushell/linux-arm64": "0.96.0",
"@nushell/linux-arm": "0.96.0",
"@nushell/darwin-x64": "0.96.0",
"@nushell/darwin-arm64": "0.96.0"
"@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"
},
"engines": {
"node": ">=20.0.0",
Expand Down

0 comments on commit 91b8595

Please sign in to comment.