Version bumps for 2.2.1

This commit is contained in:
Sam ONeill
2022-09-06 02:24:26 +12:00
parent 46373305f1
commit 1a936a2fa6
3 changed files with 4 additions and 13 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.2.0
VERSION = v2.2.0
; Default: v2.2.1
VERSION = v2.2.1
; Contact information [optional]
; Shown on 'licence', 'contact' page.

View File

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

View File

@@ -11,16 +11,7 @@
<div class="col-sm-6">
<ul class="list-unstyled text-left">
<li><i class="fas fa-fw fa-angle-right"></i>
Fixed pasting citadels from dscan <a href="https://github.com/goryn-clade/pathfinder/issues/20">#20</a>
</li>
<li><i class="fas fa-fw fa-angle-right"></i>
Fixed wormhole sizes and masses <a href="https://github.com/goryn-clade/pathfinder/issues/78">#78</a>
</li>
<li><i class="fas fa-fw fa-angle-right"></i>
Fixed unicode ship names <a href="https://github.com/goryn-clade/pathfinder/issues/50">#50</a>
</li>
<li><i class="fas fa-fw fa-angle-right"></i>
Various dependency updates
Search endpoint for corporation structures fixed <a href="https://github.com/goryn-clade/pathfinder/issues/127">#127</a>
</li>
</ul>
</div>