diff --git a/backend/VERSION.json b/backend/VERSION.json index 57494e13e3..79408663aa 100644 --- a/backend/VERSION.json +++ b/backend/VERSION.json @@ -1,4 +1,4 @@ -{ "VERSION" : "5.13.1", +{ "VERSION" : "5.14.0", "unity" : { "current" : "5.20.0", "supported": [] diff --git a/backend/package.json b/backend/package.json index 66459a1065..5be11779ce 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "3drepo.io", - "version": "5.13.1", + "version": "5.14.0", "engines": { "node": "18.x.x" }, diff --git a/backend/src/v4/routes/apidoc.json b/backend/src/v4/routes/apidoc.json index f22f2b491c..92aaf2dd7d 100644 --- a/backend/src/v4/routes/apidoc.json +++ b/backend/src/v4/routes/apidoc.json @@ -1,3 +1,3 @@ { - "version": "5.13.1" + "version": "5.14.0" } diff --git a/frontend/package.json b/frontend/package.json index 1395a0230b..18a998cd09 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "3drepo.io-frontend", - "version": "5.13.1", + "version": "5.14.0", "description": "The frontend for 3drepo.io", "engines": { "node": "18.x.x"