Skip to content

Commit

Permalink
release: 99.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Sep 2, 2018
1 parent 05f44b0 commit d6cff89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brouter-web",
"version": "99.7.0",
"version": "99.8.0",
"main": [
"dist/brouter-web.css",
"dist/brouter-web.js"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body class="flexcolumn">
<nav class="navbar navbar-full navbar-dark bg-inverse">
<div class="navbar-header">
<a class="navbar-brand" href="#" data-toggle="modal" data-target="#about">BRouter-Web <sup class="version">99.7.0</sup>(dev)</a>
<a class="navbar-brand" href="#" data-toggle="modal" data-target="#about">BRouter-Web <sup class="version">99.8.0</sup>(dev)</a>
<button class="navbar-toggler hidden-md-up" type="button" data-toggle="collapse" data-target="#collapsingNavbar" aria-controls="collapsingNavbar" aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brouter-web",
"version": "99.7.0",
"version": "99.8.0",
"description": "Web client for BRouter",
"main": "js/index.js",
"scripts": {
Expand Down

0 comments on commit d6cff89

Please sign in to comment.