Skip to content

Commit 31b8efe

Browse files
committed
v0.0.5
1 parent ed5713c commit 31b8efe

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-stylish",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"main": [
55
"./dist/angular-wizard.min.js",
66
"./dist/angular-wizard.min.css"
@@ -16,6 +16,6 @@
1616
"ignore": [
1717
"node_modules",
1818
"components",
19-
"lib"
19+
"lib"
2020
]
2121
}

dist/angular-wizard-stylish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Easy to use and stylish Wizard library for AngularJS
3-
* @version v0.0.4 - 2016-07-31 * @link https://github.com/meanhub/angular-wizard-stylish
3+
* @version v0.0.5 - 2016-07-31 * @link https://github.com/meanhub/angular-wizard-stylish
44
* @author MeanHub
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/

dist/angular-wizard-stylish.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-stylish",
33
"description": "Easy to use and stylish Wizard library for AngularJS",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"filename": "angular-wizard.min.js",
66
"main": "./dist/angular-wizard.min.js",
77
"homepage": "https://github.com/meanhub/angular-wizard-stylish",

0 commit comments

Comments
 (0)