Skip to content

Commit

Permalink
bump version: 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Feb 4, 2019
1 parent aeaa777 commit bc47d27
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 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
========================

3.4.0 - unreleased
3.4.0 - 2019/02/04
------------------

- Support video recording in Safari (Technology Preview 73 or newer) (#181)
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "3.3.0",
"version": "3.4.0",
"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 @@ -47,9 +47,9 @@
"url": "https://github.com/collab-project/videojs-record.git"
},
"dependencies": {
"recordrtc": ">=5.5.2",
"recordrtc": ">=5.5.3",
"video.js": ">=6.2.7",
"videojs-wavesurfer": ">=2.6.3",
"videojs-wavesurfer": ">=2.6.4",
"webrtc-adapter": ">=6.2.1"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "videojs-record",
"version": "3.3.0",
"version": "3.4.0",
"description": "A video.js plugin for recording audio/video/image files.",
"author": "Collab",
"license": "MIT",
Expand Down Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"recordrtc": ">=5.5.3",
"video.js": ">=6.2.7",
"videojs-wavesurfer": ">=2.6.3",
"videojs-wavesurfer": ">=2.6.4",
"webrtc-adapter": ">=6.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit bc47d27

Please sign in to comment.