diff --git a/bucket/neovim.json b/bucket/neovim.json index 3dd2014d8c..d86f03755d 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,6 +1,6 @@ { "homepage": "https://neovim.io/", - "version": "0.3.8", + "version": "0.4.0", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,Vim", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win64.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win64.zip", "hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win32.zip", "hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716" } },