Skip to content

Commit 063832d

Browse files
committed
Version 1.0.26
Merged PR #283 from @flyerhzm, for iOS 12 support.
1 parent f0337ef commit 063832d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcamjs",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"homepage": "https://github.com/jhuckaby/webcamjs",
55
"authors": [
66
"Joseph Huckaby <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcamjs",
3-
"version": "1.0.25",
3+
"version": "1.0.26",
44
"description": "HTML5 Webcam Image Capture Library with Flash Fallback",
55
"author": "Joseph Huckaby <[email protected]>",
66
"homepage": "https://github.com/jhuckaby/webcamjs",

webcam.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// WebcamJS v1.0.25
1+
// WebcamJS v1.0.26
22
// Webcam library for capturing JPEG/PNG images in JavaScript
33
// Attempts getUserMedia, falls back to Flash
44
// Author: Joseph Huckaby: http://github.com/jhuckaby
55
// Based on JPEGCam: http://code.google.com/p/jpegcam/
6-
// Copyright (c) 2012 - 2017 Joseph Huckaby
6+
// Copyright (c) 2012 - 2019 Joseph Huckaby
77
// Licensed under the MIT License
88

99
(function(window) {
@@ -34,7 +34,7 @@ FlashError.prototype = new IntermediateInheritor();
3434
WebcamError.prototype = new IntermediateInheritor();
3535

3636
var Webcam = {
37-
version: '1.0.25',
37+
version: '1.0.26',
3838

3939
// globals
4040
protocol: location.protocol.match(/https/i) ? 'https' : 'http',

webcam.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)