Skip to content

Commit ce4d87f

Browse files
author
Jacob Carter
committed
update verbiage and log for 1.1.1
1 parent 37c9f29 commit ce4d87f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="1.1.1"></a>
2+
# 1.1.1 (2017-06-07)
3+
4+
- Update README.md to expose $broadcasts the Wizard offers.
5+
6+
17
<a name="1.1.0"></a>
28
# 1.1.0 (2017-06-07)
39

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ You can download this by:
1919
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/angular-wizard@latest/dist/angular-wizard.min.css">
2020

2121
<!-- Or use TAG number for specific version -->
22-
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/angular-wizard@1.0.2/dist/angular-wizard.min.js"></script>
23-
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/angular-wizard@1.0.2/dist/angular-wizard.min.css">
22+
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/angular-wizard@1.1.1/dist/angular-wizard.min.js"></script>
23+
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/angular-wizard@1.1.1/dist/angular-wizard.min.css">
2424
````
2525

2626
The dist folder contains the following files:

0 commit comments

Comments
 (0)