summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/public/login/index.html2
-rw-r--r--example/public/register/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/example/public/login/index.html b/example/public/login/index.html
index 2335637..be4ea71 100644
--- a/example/public/login/index.html
+++ b/example/public/login/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="https://unpkg.com/@webauthntine/browser@0.2.0/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.2.2/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Login</title>
</head>
diff --git a/example/public/register/index.html b/example/public/register/index.html
index f1ad4d6..583f678 100644
--- a/example/public/register/index.html
+++ b/example/public/register/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="https://unpkg.com/@webauthntine/browser@0.2.0/dist/webauthntine-browser.min.js"></script>
+ <script src="https://unpkg.com/@webauthntine/browser@0.2.2/dist/webauthntine-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>WebAuthntine Example Site | Register</title>
</head>