diff --git a/bucket/nu.json b/bucket/nu.json index 9444aea429..4780fa083a 100644 --- a/bucket/nu.json +++ b/bucket/nu.json @@ -1,16 +1,16 @@ { - "version": "0.100.0", + "version": "0.101.0", "description": "A modern shell written in Rust", "homepage": "https://www.nushell.sh", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-x86_64-pc-windows-msvc.zip", - "hash": "8a9a24c2917f4f70b7884df647a446e642d604d0b64ef6b78baba7e10973c47d" + "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-x86_64-pc-windows-msvc.zip", + "hash": "e2eb868d6fe97d4e2b43049f34047df43774b3f7be729cc7b84ddb0f0521b9ab" }, "arm64": { - "url": "https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-pc-windows-msvc.zip", - "hash": "b5605e120441a3e387c29b76d5165852797cc73e5eac7a6812dbc6216f881813" + "url": "https://github.com/nushell/nushell/releases/download/0.101.0/nu-0.101.0-aarch64-pc-windows-msvc.zip", + "hash": "0e92ca38f53a22db932252a6bcc820294b561eb85293e556e7909bab040e3bbc" } }, "bin": "nu.exe",