Skip to content

Commit

Permalink
update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wensheng-yan committed Nov 15, 2016
1 parent 0122b1b commit f56a699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ gulp.task('browser-sync', ['build'], function() {
server: {
baseDir: "./"
},
open: 'ui'
open: 'ui',
online: true,
});
});

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": "videojs-panorama",
"version": "0.1.0",
"version": "0.1.1",
"description": "a plugin for videojs run a full 360 degree panorama video. ",
"keywords": [
"videojs",
Expand Down

0 comments on commit f56a699

Please sign in to comment.