From 0d01559eaec9953d19f95a8556ade31579afb5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Bocanegra=20Linares?= <jesus@libnamic.com> Date: Wed, 16 Oct 2019 22:33:30 +0200 Subject: [PATCH] Version constraint changed to allow Omeka S 2 --- config/module.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/module.ini b/config/module.ini index 7c5fdd9..cacce8f 100644 --- a/config/module.ini +++ b/config/module.ini @@ -8,5 +8,5 @@ author_link = "https://github.com/Daniel-KM" module_link = "https://github.com/Daniel-KM/omeka-s-module-OaiPmhRepository" support_link = "https://github.com/Daniel-KM/omeka-s-module-OaiPmhRepository/issues" configurable = true -version = "3.3.0" -omeka_version_constraint = "^1.0.0" +version = "3.3.1" +omeka_version_constraint = "^1.0.0 || ^2.0.0" -- GitLab