Skip to content

Commit 095af76

Browse files
committed
Code improvements
1 parent d8c7e08 commit 095af76

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
CHANGELOG
22
=========
33

4+
v6.0.4
5+
-----
6+
- **Changed:** Code optimizations
7+
48
v6.0.3
59
-----
610
- **Fixed:** Navigation not properly maintained when navigate fast

dist/js/jquery.smartWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
99
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1010

1111
/*!
12-
* jQuery SmartWizard v6.0.3
12+
* jQuery SmartWizard v6.0.4
1313
* The awesome step wizard plugin for jQuery
1414
* http://www.techlaboratory.net/jquery-smartwizard
1515
*

dist/js/jquery.smartWizard.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": "smartwizard",
33
"title": "jQuery Smart Wizard",
4-
"version": "6.0.3",
4+
"version": "6.0.4",
55
"author": {
66
"name": "Dipu Raj",
77
"email": "[email protected]",

src/js/jquery.smartWizard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery SmartWizard v6.0.3
2+
* jQuery SmartWizard v6.0.4
33
* The awesome step wizard plugin for jQuery
44
* http://www.techlaboratory.net/jquery-smartwizard
55
*

0 commit comments

Comments
 (0)