From 0d0792fddb05bd3b4a9bcfe12194b242af9c2a17 Mon Sep 17 00:00:00 2001 From: keith Date: Fri, 6 Mar 2020 00:37:06 -0800 Subject: [PATCH] update version to match release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 76a5ade..b2a3ec6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neovide" -version = "0.4.0" +version = "0.5.0" authors = ["keith "] edition = "2018" build = "build.rs"