diff --git a/README.md b/README.md
index 2dc13da..fc79202 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
-
+
@@ -21,8 +21,8 @@
-
-
+
+
diff --git a/init.lua b/init.lua
index faf96d2..78ef6b1 100644
--- a/init.lua
+++ b/init.lua
@@ -12,7 +12,7 @@ local api = vim.api
local utils = require("utils")
-- check if we have the latest stable version of nvim
-local expected_ver = "0.8.0"
+local expected_ver = "0.8.1"
local nvim_ver = utils.get_nvim_version()
if nvim_ver ~= expected_ver then