mirror of
https://github.com/fluxionary/minetest-book_runner.git
synced 2025-03-14 20:01:25 +00:00
update metadata
This commit is contained in:
parent
8312259827
commit
7e8d31f25d
2 changed files with 4 additions and 1 deletions
3
.github/workflows/pre-commit.yml
vendored
3
.github/workflows/pre-commit.yml
vendored
|
@ -6,6 +6,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: update
|
||||
run: sudo apt-get update -y
|
||||
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@master
|
||||
|
||||
|
|
2
mod.conf
2
mod.conf
|
@ -6,5 +6,5 @@ author = fluxionary
|
|||
license = LGPL-3.0-or-later
|
||||
media_license = CC-BY-SA-4.0
|
||||
version = 2023-05-12
|
||||
min_minetest_version = 5.6.1
|
||||
min_minetest_version = 5.7.0
|
||||
depends = default, fmod, futil
|
||||
|
|
Loading…
Add table
Reference in a new issue