Skip to content

Commit

Permalink
Move version text to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liberostelios committed Mar 30, 2022
1 parent 58070c4 commit 2ec2c01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@
<button
type="button"
:class="['btn', activeLoD == - 1 ? 'btn-primary' : 'btn-outline-primary']"
@click="activeLoD = - 1">
@click="activeLoD = - 1"
>
All
</button>
<button
Expand Down Expand Up @@ -395,7 +396,7 @@
class="card-link"
href="https://github.com/cityjson/ninja"
target="_blank"
><i class="fab fa-github"></i> ninja v0.5.0</a>
><i class="fab fa-github"></i> ninja v0.6.0</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2ec2c01

Please sign in to comment.