Skip to content

Commit 9e7b579

Browse files
committed
chore: bump assets version
1 parent cc0affa commit 9e7b579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/cord/api/icon.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local M = {}
33
--- Increment this only when an existing icon is modified
44
---
55
--- Appended to the end of the asset URL for refetching; otherwise, it will be loaded from the cache, thus not being updated
6-
M.ICONS_VERSION = '8'
6+
M.ICONS_VERSION = '9'
77
M.ICONS_URL = 'https://raw.githubusercontent.com/vyfor/icons/master/icons/'
88
M.ICON_THEME = 'onyx'
99

0 commit comments

Comments
 (0)