Browse Source

v5.0.4.1 - changed segment id switcher to NODE_ENV

master
Spencer Flagg 3 years ago
parent
commit
2fc3345781
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      components/TheSideBar.vue
  2. +1
    -1
      package.json

+ 1
- 1
components/TheSideBar.vue View File

@ -299,7 +299,7 @@
</li>
</ul>
<div class="company-footer">
&nbsp; FlyLocal v5.0.4.0 &nbsp;&nbsp;𐄙&nbsp;&nbsp; ©2021 FlyLocal,
&nbsp; FlyLocal v5.0.4.1 &nbsp;&nbsp;𐄙&nbsp;&nbsp; ©2021 FlyLocal,
Inc &nbsp;
</div>
</div>

+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "flylocal",
"version": "5.0.4.0",
"version": "5.0.4.1",
"private": true,
"scripts": {
"dev": "nuxt",

Loading…
Cancel
Save