From 3abf30ae874af98555f3499f77051155aa085b9d Mon Sep 17 00:00:00 2001 From: mwjames Date: Sat, 26 Sep 2015 19:43:27 +0200 Subject: [PATCH] Release 1.1.2 --- SemanticGlossary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SemanticGlossary.php b/SemanticGlossary.php index fea0389..bb986c5 100644 --- a/SemanticGlossary.php +++ b/SemanticGlossary.php @@ -27,7 +27,7 @@ /** * The Semantic Glossary version */ -define( 'SG_VERSION', '1.1.0' ); +define( 'SG_VERSION', '1.1.2' ); if ( !defined( 'SMW_VERSION' ) ) { die( 'Semantic Glossary depends on the Semantic MediaWiki extension. You need to install Semantic MediaWiki first.' );