Skip to content

Commit 12d33cc

Browse files
committed
0.1.1
1 parent 4214976 commit 12d33cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-wizard",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "./dist/angular-wizard.js",
55
"description": "Easy to use Wizard library for AngularJS",
66
"repository": {
@@ -15,4 +15,4 @@
1515
"components",
1616
"lib"
1717
]
18-
}
18+
}

dist/angular-wizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Easy to use Wizard library for AngularJS
3-
* @version v0.1.0 - 2014-01-29 * @link https://github.com/mgonto/angular-wizard
3+
* @version v0.1.1 - 2014-01-29 * @link https://github.com/mgonto/angular-wizard
44
* @author Martin Gontovnikas <martin@gon.to>
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/

dist/angular-wizard.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-wizard",
33
"description": "Easy to use Wizard library for AngularJS",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"filename": "angular-wizard.min.js",
66
"main": "./dist/angular-wizard.min.js",
77
"homepage": "https://github.com/mgonto/angular-wizard",

0 commit comments

Comments
 (0)