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" },