Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lo5 committed Jan 10, 2015
1 parent 8b5abcb commit 4be6c2f
Show file tree
Hide file tree
Showing 4 changed files with 7,019 additions and 6,957 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h2o-flow",
"version": "0.2.19",
"version": "0.2.20",
"homepage": "https://github.com/h2oai/h2o-flow",
"authors": [
"Prithvi Prabhu <[email protected]>"
Expand Down
4 changes: 3 additions & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ <h5>Edit Mode</h5>
<div class="modal-content">
<div class="modal-header">
<button type="button" data-dismiss="modal" class="close"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h4 id="aboutDialogLabel" class="modal-title">Flow v0.2.19</h4>
<h4 id="aboutDialogLabel" class="modal-title">Flow v0.2.20</h4>
</div>
<div class="modal-body"></div>
<div class="modal-footer">
Expand Down Expand Up @@ -1460,6 +1460,8 @@ <h3 class="flow-hint"><i class="fa fa-bolt"></i>Prediction
<td>
<button type="button" data-bind="click:inspect" class="flow-button"><i class="fa fa-list"></i><span>Inspect</span>
</button>
<button type="button" data-bind="click:viewPredictionFrame" class="flow-button"><i class="fa fa-database"></i><span>View Prediction Frame</span>
</button>
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 4be6c2f

Please sign in to comment.