videomail-client 6.0.15 → 6.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,6 +88,9 @@ git push --follow-tags
88
88
  # Prepare the develop branch for the new cycle
89
89
  git checkout develop
90
90
 
91
+ # Strange bug, have to bump it again
92
+ gulp bumpVersion --write --version=$VERSION
93
+
91
94
  unset GIT_MERGE_AUTOEDIT
92
95
 
93
96
  info "\nAll good. Ready for the next cycle!\n"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "videomail-client",
3
- "version": "6.0.15",
3
+ "version": "6.0.17",
4
4
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
5
5
  "author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
6
6
  "contributors": [
@@ -26459,7 +26459,7 @@ function wrappy (fn, cb) {
26459
26459
  },{}],358:[function(_dereq_,module,exports){
26460
26460
  module.exports={
26461
26461
  "name": "videomail-client",
26462
- "version": "6.0.15",
26462
+ "version": "6.0.17",
26463
26463
  "description": "A wicked npm package to record videos directly in the browser, wohooo!",
26464
26464
  "author": "Michael Heuberger <michael.heuberger@binarykitchen.com>",
26465
26465
  "contributors": [
@@ -32304,7 +32304,7 @@ var Replay = function Replay(parentElement, options) {
32304
32304
  source = (0, _hyperscript["default"])('source', {
32305
32305
  // Ensures HTML video thumbnail turns up on iOS, see
32306
32306
  // https://muffinman.io/blog/hack-for-ios-safari-to-display-html-video-thumbnail/
32307
- src: src + '#t=0.001',
32307
+ src: src + '#t=0.1',
32308
32308
  type: 'video/' + type
32309
32309
  });
32310
32310
  replayElement.appendChild(source);