From ccc785d4a99cd8d340f8b2564b9801e6f9ee5f69 Mon Sep 17 00:00:00 2001 From: Tyr Heimdal Date: Mon, 23 Jan 2023 19:54:42 +0100 Subject: [PATCH] Version bumps for 2.2.2 Signed-off-by: Tyr Heimdal --- app/pathfinder.ini | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" },