Skip to content

Commit

Permalink
I can't add video files to the player #107 (for files that are too la…
Browse files Browse the repository at this point in the history
…rge)
  • Loading branch information
dularion committed Jan 2, 2016
1 parent 259c4b3 commit 7a169a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.1.7.1] - 2016-01-02
### Bugfixes
- I can't add video files to the player ((#107)[https://github.com/dularion/streama/issues/107])


## [0.1.7] - 2015-12-31
### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# streama v0.1.7
# streama v0.1.7.1


[![Build Status](https://travis-ci.org/dularion/streama.svg?branch=master)](https://travis-ci.org/dularion/streama) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/dularion/streama/blob/master/LICENSE.md) [![Join the chat at https://gitter.im/dularion/streama](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dularion/streama?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/layouts/main.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header class="main" ng-if="!isCurrentState('player')">
<a class="logo" ui-sref="dash">
<asset:image src="logo.png"></asset:image>
<div class="version">v0.1.7</div>
<div class="version">v0.1.7.1</div>
<div class="spinner" ng-show="baseData.loading">
<div class="bounce1"></div>
<div class="bounce2"></div>
Expand Down

0 comments on commit 7a169a2

Please sign in to comment.