Skip to content

Commit

Permalink
chore: bump version to 0.97.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Aug 21, 2024
1 parent 18cc14b commit afee922
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "nushell",
"version": "0.96.3",
"version": "0.97.1",
"bin": {
"nu": "lib/index.js"
},
"distTag": "beta",
"nuVer": "0.96.1",
"distTag": "latest",
"nuVer": "0.97.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.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"
"@nushell/windows-x64": "0.97.1",
"@nushell/windows-arm64": "0.97.1",
"@nushell/linux-x64": "0.97.1",
"@nushell/linux-riscv64": "0.97.1",
"@nushell/linux-arm64": "0.97.1",
"@nushell/linux-arm": "0.97.1",
"@nushell/darwin-x64": "0.97.1",
"@nushell/darwin-arm64": "0.97.1"
},
"engines": {
"node": ">=20.0.0",
Expand Down

0 comments on commit afee922

Please sign in to comment.