Skip to content

Commit 36b6714

Browse files
committed
v0.3.0
1 parent ea1f0fc commit 36b6714

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-wizard",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"main": "./dist/angular-wizard.js",
55
"description": "Easy to use Wizard library for AngularJS",
66
"repository": {

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.2.2 - 2014-02-24 * @link https://github.com/mgonto/angular-wizard
3+
* @version v0.3.0 - 2014-02-24 * @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.2.2",
4+
"version": "0.3.0",
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)