diff --git a/README.md b/README.md
index 9bf11af..1ccc387 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-
+
@@ -21,8 +21,8 @@
-
-
+
+
diff --git a/init.lua b/init.lua
index 4ae69aa..f294ab2 100644
--- a/init.lua
+++ b/init.lua
@@ -15,7 +15,7 @@ local api = vim.api
local version = vim.version
-- check if we have the latest stable version of nvim
-local expected_ver = "0.9.0"
+local expected_ver = "0.9.1"
local ev = version.parse(expected_ver)
local actual_ver = version()