From ca8263ed842f0b564ec729d4fc792ad68ff05da7 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 5 Jul 2021 12:47:23 +0200 Subject: [PATCH] changed version number --- config/theme.ini | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/theme.ini b/config/theme.ini index 72123bc..2b18f50 100644 --- a/config/theme.ini +++ b/config/theme.ini @@ -1,6 +1,6 @@ [info] name = "arc-hive" -version = "1.0.0" +version = "2.0.0" author = "Hangar.org" description = "The arc-hive.zone Omeka S theme." theme_link = "https://git.hangar.org/arcHIVE-tech/Arc-hive-omeka-theme" diff --git a/package-lock.json b/package-lock.json index 21412e0..aa61ee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "arc-hive-theme", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79ac448..7d7915a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arc-hive-theme", - "version": "1.0.0", + "version": "2.0.0", "description": "arc-HIVE theme for Omeka S.", "main": "gulpfile.js", "scripts": {