diff --git a/README.md b/README.md index 51c74824eb..ed8b3b7238 100644 --- a/README.md +++ b/README.md @@ -256,9 +256,9 @@ To embed the Sign-in Widget via CDN, include links to the JS and CSS files in yo ```html - + - + ``` **NOTE:** The CDN URLs contain a version number. This number should be the same for both the Javascript and the CSS file and match a version on the [releases page](https://github.com/okta/okta-signin-widget/releases). We recommend using the latest widget version. @@ -268,13 +268,13 @@ When using one of the bundles without the polyfill included, you may want to con ```html - + - + - + ``` diff --git a/package.json b/package.json index 8f5b268a4f..cc8edf0191 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "@okta/okta-signin-widget", "description": "The Okta Sign-In Widget", - "version": "7.23.0", + "version": "7.23.1", "homepage": "https://github.com/okta/okta-signin-widget", "license": "Apache-2.0", "repository": { diff --git a/polyfill/README.md b/polyfill/README.md index d24c94d0cd..318bcccd6d 100644 --- a/polyfill/README.md +++ b/polyfill/README.md @@ -9,13 +9,13 @@ To embed the Sign-in Widget via CDN, include links to the JS and CSS files in yo ```html - + - + - + ``` **NOTE:** The CDN URLs contain a version number. This number should be the same for both the Javascript and the CSS file and match a version on the [releases page](https://github.com/okta/okta-signin-widget/releases). We recommend using the latest widget version.