ups version to 2.1.1

This commit is contained in:
soneill
2021-07-19 17:06:56 +12:00
parent 7b90babe5b
commit 3cb697f77d
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

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