Skip to content

Commit

Permalink
bump version: 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jun 3, 2018
1 parent ad85431 commit 7df0533
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
videojs-record changelog
========================

2.3.1 - unreleased
2.3.1 - 2018/06/04
------------------

- Bump required version for videojs-wavesurfer to 2.5.0 to fix clashes with
Expand Down
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "2.3.0",
"version": "2.3.1",
"homepage": "https://github.com/collab-project/videojs-record",
"description": "A video.js plugin for recording audio/video/image files.",
"license": "MIT",
Expand Down Expand Up @@ -48,12 +48,10 @@
"dependencies": {
"recordrtc": ">=5.4.6",
"video.js": ">=6.0.0",
"videojs-wavesurfer": ">=2.3.2",
"videojs-wavesurfer": ">=2.5.0",
"webrtc-adapter": ">=5.0.0"
},
"devDependencies": {
"blueimp-file-upload": ">=9.19.1",
"fine-uploader": ">=5.4.1",
"lamejs": "https://github.com/zhuker/lamejs.git",
"libvorbis.js": ">=1.1.1",
"opus-recorderjs": ">=4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "2.3.0",
"version": "2.3.1",
"description": "A video.js plugin for recording audio/video/image files.",
"author": "Collab",
"license": "MIT",
Expand Down Expand Up @@ -65,22 +65,22 @@
],
"dependencies": {
"recordrtc": ">=5.4.6",
"video.js": ">=7.0.3",
"video.js": ">=6.2.7",
"videojs-wavesurfer": ">=2.5.0",
"webrtc-adapter": ">=6.2.1"
"webrtc-adapter": ">=5.0.4"
},
"devDependencies": {
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"blueimp-file-upload": ">=9.21.0",
"blueimp-file-upload": ">=9.19.1",
"colors": "^1.3.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"fine-uploader": ">=5.16",
"fine-uploader": ">=5.15",
"formidable": "^1.2.1",
"htmlhint": "^0.9.13",
"in-publish": "^2.0.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.3",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"opus-recorder": ">=4.1.4",
"opus-recorder": ">=4.0.0",
"recorderjs": "git+https://github.com/mattdiamond/Recorderjs.git",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.2",
Expand Down

0 comments on commit 7df0533

Please sign in to comment.