Skip to content

Commit

Permalink
Correct minimum Omeka version, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Dec 22, 2022
1 parent 6ebe5be commit af0e519
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "centerrow",
"version": "1.7.0",
"version": "1.7.1",
"description": "\"Image-oriented theme for Omeka. This theme does not support nested top navigation.\"",
"main": "gulpfile.js",
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions theme.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description = "Image-oriented theme for Omeka. This theme does not support neste
license = "GPLv3"
website = "https://omeka.org"
support_link = "https://github.com/omeka/theme-centerrow/wiki"
omeka_minimum_version="3.0"
omeka_tested_up_to="3.0"
version="1.7"
omeka_minimum_version="3.1"
omeka_tested_up_to="3.1"
version="1.7.1"

0 comments on commit af0e519

Please sign in to comment.