From 928228a8609007e2da48b4f51a75cbffb96b327e Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 26 Jan 2017 23:04:14 +0100 Subject: [PATCH] net/upnp: bump version --- net/upnp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/upnp/Makefile b/net/upnp/Makefile index dac4da503..9316eae7a 100644 --- a/net/upnp/Makefile +++ b/net/upnp/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= upnp -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 PLUGIN_DEPENDS= miniupnpd PLUGIN_COMMENT= Universal Plug and Play Service PLUGIN_MAINTAINER= franco@opnsense.org