diff --git a/app/pathfinder.ini b/app/pathfinder.ini index 66076ef5..34d980c3 100644 --- a/app/pathfinder.ini +++ b/app/pathfinder.ini @@ -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 \ No newline at end of file +PERSISTENT_DB_CONNECTIONS = 1 diff --git a/package.json b/package.json index a86bc04e..41a7f8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pathfinder-eve", - "version": "2.2.1", + "version": "2.2.2", "engines": { "node": "12.x" },