minetest: Bump module version

This is to ensure that new managed_packages will be installed.
This commit is contained in:
James Valleroy 2016-11-25 12:43:46 -05:00
parent 258b788bc2
commit 5ba9f2824a
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
- repro: Open up RTP ports.
- Allow modules to register steps for first_boot.
- frontpage: Show Configure button in service details, when user is logged in.
- minetest: Add mods packages to be installed with server.
### Fixed
- Upstream patch from Debian bug #837206 to fix DB and log file

View File

@ -31,7 +31,7 @@ from plinth.utils import format_lazy
from plinth.views import ServiceView
version = 1
version = 2
depends = ['apps']