From 0013ad069619e947fa240631520ff7a5276f7603 Mon Sep 17 00:00:00 2001 From: Daniel Berthereau Date: Mon, 13 Aug 2018 00:00:00 +0200 Subject: [PATCH] Released version 3.5.8. --- composer.lock | 2 +- config/module.ini | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 564fbc2..a45da1b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "698e59fa020ec6b1a86762ee8e062a6d", diff --git a/config/module.ini b/config/module.ini index 1c099f1..fd0d1e4 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-UniversalViewer" support_link = "https://github.com/Daniel-KM/Omeka-S-module-UniversalViewer/issues" configurable = true -version = "3.5.7" +version = "3.5.8" omeka_version_constraint = "^1.0.0" diff --git a/package-lock.json b/package-lock.json index 5134fd3..6888b75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1582,8 +1582,8 @@ "dev": true, "optional": true, "requires": { - "os-homedir": "1.0.2", - "os-tmpdir": "1.0.2" + "os-homedir": "^1.0.0", + "os-tmpdir": "^1.0.0" } }, "path-is-absolute": {