diff --git a/config/theme.ini b/config/theme.ini index 41bfd565..e586b333 100644 --- a/config/theme.ini +++ b/config/theme.ini @@ -1,11 +1,11 @@ [info] name = "Foundation" -version = "1.2.3" +version = "1.2.4" author = "Omeka Team" description = "A starter theme using the ZURB Foundation toolkit." theme_link = "https://github.com/omeka-s-themes/foundation-s" author_link = "https://omeka.org" -omeka_version_constraint = "^3.0.0" +omeka_version_constraint = "^3.1.0" helpers[] = DetectTracks helpers[] = OutputTrack diff --git a/package-lock.json b/package-lock.json index f9f96027..fe80c03b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "foundation-s-theme", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 18e1f657..582f6cf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundation-s-theme", - "version": "1.2.3", + "version": "1.2.4", "description": "Omeka S theme using the ZURB Foundation toolkit.", "main": "gulpfile.js", "scripts": {