From d0b88f1f5ed04f7c05dfdd3c68cdf0cfa7e1fe80 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 11 Mar 2017 15:53:34 +0100 Subject: [PATCH] net/upnp: bump version after recent change --- net/upnp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/upnp/Makefile b/net/upnp/Makefile index 9316eae7a..33fc73f05 100644 --- a/net/upnp/Makefile +++ b/net/upnp/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= upnp -PLUGIN_VERSION= 1.1 +PLUGIN_VERSION= 1.2 PLUGIN_DEPENDS= miniupnpd PLUGIN_COMMENT= Universal Plug and Play Service PLUGIN_MAINTAINER= franco@opnsense.org