Skip to content

Commit 2c8ed17

Browse files
committed
Bump asset version
1 parent a9cbb39 commit 2c8ed17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

md2html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "${TAGNAME}"
99

1010
SRC='https://github.com/gbtami/pychess-variants/blob/master';
1111
# DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@'$TAGNAME;
12-
DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@1.10.80';
12+
DST='https://cdn.jsdelivr.net/gh/gbtami/pychess-variants\@1.10.81';
1313
echo "${DST}"
1414
find . -type f -name "*.html" -exec perl -pi -e s,$SRC,$DST,g '{}' +
1515

0 commit comments

Comments
 (0)