Bump revisions

This commit is contained in:
luk3yx 2021-03-09 21:06:49 +13:00
parent 8b94eac9be
commit 9d14456bc3
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<script src="https://unpkg.com/fengari-web/dist/fengari-web.js" async></script>
<script src="https://unpkg.com/interactjs/dist/interact.min.js" async></script>
<script src="index.js" async></script>
<script type="application/lua" src="index.lua?rev=5" async defer></script>
<script type="application/lua" src="index.lua?rev=6" async defer></script>
<style>
body {
background: #8CBAFA;

View File

@ -18,7 +18,7 @@
--
-- Load the renderer
dofile('renderer.lua?rev=5')
dofile('renderer.lua?rev=6')
local formspec_escape = formspec_ast.formspec_escape
local _, digistuff_ts_export = dofile('digistuff_ts.lua?rev=4')

View File

@ -24,7 +24,7 @@ local formspec_escape = formspec_ast.formspec_escape
-- Load fs51 to allow formspec_version[1] exports
FS51_PATH = 'fs51'
dofile(FS51_PATH .. '/init.lua')
dofile(FS51_PATH .. '/init.lua?rev=1')
-- Load the JSON interoperability code
dofile('json.lua')