release: 0.17.0
This commit is contained in:
parent
533cbf4ad4
commit
f92d2e2227
2 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<a class="navbar-brand order-md-last" href="#" data-toggle="modal" data-target="#about"
|
||||
>BRouter-Web <sup class="version">0.16.0</sup></a
|
||||
>BRouter-Web <sup class="version">0.17.0</sup></a
|
||||
>
|
||||
<div class="collapse navbar-collapse" id="collapsingNavbar">
|
||||
<div class="navbar-nav">
|
||||
|
|
@ -1243,7 +1243,7 @@
|
|||
<script>
|
||||
// global package prefix for BRouter web application
|
||||
BR = {};
|
||||
BR.version = '0.16.0';
|
||||
BR.version = '0.17.0';
|
||||
|
||||
console.log(
|
||||
'\r\n###\r\n### BRouter-Web\r\n###\r\n### Please note that the routing API used here is not public!\r\n###\r\n'
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "brouter-web",
|
||||
"version": "0.16.0",
|
||||
"version": "0.17.0",
|
||||
"description": "Web client for BRouter",
|
||||
"main": "js/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue