From 3cb697f77dd8f8edf4c56a7f8df772c2f8cb377a Mon Sep 17 00:00:00 2001 From: soneill Date: Mon, 19 Jul 2021 17:06:56 +1200 Subject: [PATCH] ups version to 2.1.1 --- 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 ceb20b8f..ea258348 100644 --- a/app/pathfinder.ini +++ b/app/pathfinder.ini @@ -13,8 +13,8 @@ NAME = Pathfinder ; Version is used for CSS/JS cache busting and is part of the URL for static resources: ; e.g. public/js/vX.X.X/app.js ; Syntax: String (current version) -; Default: v2.1.0 -VERSION = v2.1.0 +; Default: v2.1.1 +VERSION = v2.1.1 ; Contact information [optional] ; Shown on 'licence', 'contact' page. diff --git a/package.json b/package.json index 5734cedc..b19c23d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pathfinder-eve", - "version": "2.1.0", + "version": "2.1.1", "engines": { "node": "12.x" },