From 92aedfd694070fa7c48e6db102140dd8f0035a7d Mon Sep 17 00:00:00 2001 From: hudson-onto Date: Thu, 10 Aug 2023 17:28:37 +0200 Subject: [PATCH] Release 2.4.0-TR1 --- package-lock.json | 4 ++-- package.json | 2 +- test-cypress/package-lock.json | 2 +- test-cypress/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cd500e6be..c84425a85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphdb-workbench", - "version": "2.3.0", + "version": "2.4.0-TR1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphdb-workbench", - "version": "2.3.0", + "version": "2.4.0-TR1", "license": "Apache-2.0", "dependencies": { "angular-animate": "1.3.8", diff --git a/package.json b/package.json index 95b684b4b..cce35707f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphdb-workbench", - "version": "2.3.0", + "version": "2.4.0-TR1", "description": "The web application for GraphDB APIs", "scripts": { "build": "webpack --config=webpack.config.prod.js", diff --git a/test-cypress/package-lock.json b/test-cypress/package-lock.json index c6592d980..31c1c31cc 100644 --- a/test-cypress/package-lock.json +++ b/test-cypress/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphdb-workbench-tests", - "version": "2.3.0", + "version": "2.4.0-TR1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/test-cypress/package.json b/test-cypress/package.json index 29fbd3383..fb47b4c7d 100644 --- a/test-cypress/package.json +++ b/test-cypress/package.json @@ -1,6 +1,6 @@ { "name": "graphdb-workbench-tests", - "version": "2.3.0", + "version": "2.4.0-TR1", "description": "Cypress tests for GraphDB workbench", "scripts": { "start": "cypress open",