diff --git a/README.md b/README.md index 4d74730..9118e8c 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 06c720c..ec0b3e8 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/package.json b/package.json index cbbb180..6ca3486 100644 --- a/package.json +++ b/package.json @@ -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"