Skip to content

Commit e924132

Browse files
updated readme
1 parent f0b34db commit e924132

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ Via NPM:
6969
Via CDN:
7070
```JavaScript
7171
<!-- Latest compiled and minified JavaScript -->
72-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.1.0/js/msal.min.js"></script>
72+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.1.1/js/msal.min.js"></script>
7373
```
7474

7575
Note that msal.js is built for ES5, therefore enabling support of Internet Explorer 11. If you want to target Internet Explorer, you'll need to add a reference to promises polyfill. You might want to read more in the [FAQ](../../wiki)
7676
```JavaScript
7777
<!-- IE support: add promises polyfill before msal.js -->
7878
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js" class="pre"></script>
79-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.1.0/js/msal.min.js"></script>
79+
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/0.1.1/js/msal.min.js"></script>
8080
```
8181

8282
## Community Help and Support

lib/Utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ namespace Msal {
229229
}
230230

231231
static getLibraryVersion(): string {
232-
return "0.1.0";
232+
return "0.1.1";
233233
}
234234

235235
/**

out/msal.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)