Skip to content

Commit

Permalink
bump to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spchuang committed Dec 13, 2017
1 parent f401c74 commit 04dff88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ The style of the markers could be modified by passing an optional setting "marke


## History
- 1.0.0
- add force flag in updateTime
- small bug fixes including UI bug (https://github.com/spchuang/videojs-markers/pull/79)
- 0.9.0
- remove jquery dependency
- 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "videojs-marker",
"description": "video marker breaks plugin for video.js",
"homepage": "https://github.com/spchuang/videojs-markers",
"version": "0.9.0",
"version": "1.0.0",
"main": [
"dist/videojs-markers.js",
"dist/videojs.markers.css"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "videojs-markers",
"description": "video marker breaks plugin for video.js",
"version": "0.9.0",
"version": "1.0.0",
"main": "dist/videojs-markers.js",
"peerDependencies": {
"video.js": ">=4"
Expand Down

0 comments on commit 04dff88

Please sign in to comment.