From 34571126b1ced4b022e86a9fef90c0b9a87b3c91 Mon Sep 17 00:00:00 2001 From: nkumar2 Date: Mon, 3 Jun 2024 12:07:22 +0100 Subject: [PATCH] update version to v4.4.14 --- Gruntfile.js | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3dd2091f..32a337f5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -15,7 +15,7 @@ module.exports = function (grunt) { // Metadata. meta: { version: { - eva: '4.4.13' + eva: '4.4.14' }, submissionTemplate: { version: 'V1.1.5' diff --git a/bower.json b/bower.json index c5fae51e..59e05384 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "eva-web", - "version": "4.4.13", + "version": "4.4.14", "homepage": "https://github.com/EBIvariation/eva-web", "authors": [ "EVA development team " diff --git a/package.json b/package.json index ad8a5d05..b567e637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "commons", - "version": "4.4.13", + "version": "4.4.14", "description": "javascript commons", "repository": { "type": "git",