From 2f588c0b7673ec51281b63904fcea32dc11be9bb Mon Sep 17 00:00:00 2001 From: Glen Hughes Date: Wed, 6 Jan 2021 17:51:42 +0000 Subject: [PATCH] 3.1.3 docs --- CHANGELOG.md | 7 +++++++ README.md | 2 +- demo/src/static/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d48d3d..3288a80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## 6.1.2021 3.1.3 + +## Fixed + +- Fixed desktop Safari issue when starting in certain camera resolutions. + ## 1.1.2021 3.1.2 ## Fixed diff --git a/README.md b/README.md index 65f238c..8b35f03 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iProov Biometrics Web SDK v3.1.2 +# iProov Biometrics Web SDK v3.1.3 ## 📖 Table of contents diff --git a/demo/src/static/package.json b/demo/src/static/package.json index 6ed6b00..cba9934 100644 --- a/demo/src/static/package.json +++ b/demo/src/static/package.json @@ -7,6 +7,6 @@ "author": "", "devDependencies": {}, "dependencies": { - "@iproov/web": "^3.1.2" + "@iproov/web": "^3.1.3" } }