Skip to content

Commit

Permalink
bumped tinymist and websocat versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chomosuke committed Dec 16, 2024
1 parent 0cb5f56 commit 23db1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/typst-preview/fetch.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,13 @@ end
function M.bins_to_fetch()
return {
{
url = 'https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.12.4/'
url = 'https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.12.10/'
.. M.get_tinymist_bin_name(),
bin_name = M.get_tinymist_bin_name(),
name = 'tinymist',
},
{
url = 'https://github.com/vi/websocat/releases/download/v1.12.0/'
url = 'https://github.com/vi/websocat/releases/download/v1.14.0/'
.. M.get_websocat_bin_name(),
bin_name = M.get_websocat_bin_name(),
name = 'websocat',
Expand Down

0 comments on commit 23db1bd

Please sign in to comment.