diff --git a/lua/cord/icon/init.lua b/lua/cord/icon/init.lua index 4491a841..ee27e39f 100644 --- a/lua/cord/icon/init.lua +++ b/lua/cord/icon/init.lua @@ -3,7 +3,7 @@ local M = {} --- Increment this only when an existing icon is modified --- --- Appended to the end of the asset URL for refetching; otherwise, it will be loaded from the cache, thus not being updated -M.ICONS_VERSION = '4' +M.ICONS_VERSION = '5' M.ICONS_URL = 'https://raw.githubusercontent.com/vyfor/icons/master/icons/' M.ICON_THEME = 'onyx'