From 5ba9f2824afedfa15b8f7c406701abb98f325d90 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Fri, 25 Nov 2016 12:43:46 -0500 Subject: [PATCH] minetest: Bump module version This is to ensure that new managed_packages will be installed. --- CHANGELOG.md | 1 + plinth/modules/minetest/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a80f0b84..9cad4f719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/plinth/modules/minetest/__init__.py b/plinth/modules/minetest/__init__.py index 735279493..4438d6e57 100644 --- a/plinth/modules/minetest/__init__.py +++ b/plinth/modules/minetest/__init__.py @@ -31,7 +31,7 @@ from plinth.utils import format_lazy from plinth.views import ServiceView -version = 1 +version = 2 depends = ['apps']