Skip to content

Commit f92d2e2

Browse files
committed
release: 0.17.0
1 parent 533cbf4 commit f92d2e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span class="fa fa-bars"></span>
2727
</button>
2828
<a class="navbar-brand order-md-last" href="#" data-toggle="modal" data-target="#about"
29-
>BRouter-Web <sup class="version">0.16.0</sup></a
29+
>BRouter-Web <sup class="version">0.17.0</sup></a
3030
>
3131
<div class="collapse navbar-collapse" id="collapsingNavbar">
3232
<div class="navbar-nav">
@@ -1243,7 +1243,7 @@ <h1 class="leaflet-sidebar-header">
12431243
<script>
12441244
// global package prefix for BRouter web application
12451245
BR = {};
1246-
BR.version = '0.16.0';
1246+
BR.version = '0.17.0';
12471247

12481248
console.log(
12491249
'\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'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brouter-web",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Web client for BRouter",
55
"main": "js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)