diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-09 04:30:57 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-09 04:30:57 +0000 |
| commit | a93eaea2a137bef9229fccf56806b9e5690c0b21 (patch) | |
| tree | 502a7d671fd183a1f2467dbcb6a431a38d7e0047 | |
| parent | 9c76db9dea21166f021c806f2e07f0c84565ab4b (diff) | |
pre_install doesn't break the program if it doesn't exist0.1.3
| -rw-r--r-- | bldit.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ -bldit_version = "0.1.2" -package_version = "0.1.2" +bldit_version = "0.1.3" +package_version = "0.1.3" global_dependencies = { luajit = { |
