Version bumps for 2.2.2

Signed-off-by: Tyr Heimdal <tyr.heimdal@warning.no>
This commit is contained in:
Tyr Heimdal
2023-01-23 19:54:42 +01:00
parent 6f292bd003
commit ccc785d4a9
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ NAME = Pathfinder
; e.g. public/js/vX.X.X/app.js
; Syntax: String (current version)
; Default: v2.2.1
VERSION = v2.2.1
VERSION = v2.2.2
; Contact information [optional]
; Shown on 'licence', 'contact' page.
@@ -401,4 +401,4 @@ GIT_HUB = https://api.github.com
; Hint: Set 'wait_timeout' to a high value in your my.conf to keep them open
; Syntax: 0 | 1
; Default: 0
PERSISTENT_DB_CONNECTIONS = 1
PERSISTENT_DB_CONNECTIONS = 1

View File

@@ -1,6 +1,6 @@
{
"name": "pathfinder-eve",
"version": "2.2.1",
"version": "2.2.2",
"engines": {
"node": "12.x"
},