diff --git a/README.md b/README.md
index 4bb90fba..1043824c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-
+
@@ -21,8 +21,8 @@
-
-
+
+
diff --git a/init.lua b/init.lua
index f4292e13..633f8871 100644
--- a/init.lua
+++ b/init.lua
@@ -14,7 +14,7 @@ vim.loader.enable()
local version = vim.version
-- check if we have the latest stable version of nvim
-local expected_ver = "0.9.4"
+local expected_ver = "0.9.5"
local ev = version.parse(expected_ver)
local actual_ver = version()