Skip to content

Commit

Permalink
Code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
techlab committed Jul 30, 2022
1 parent d8c7e08 commit 095af76
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

v6.0.4
-----
- **Changed:** Code optimizations

v6.0.3
-----
- **Fixed:** Navigation not properly maintained when navigate fast
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
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); }

/*!
* jQuery SmartWizard v6.0.3
* jQuery SmartWizard v6.0.4
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down
2 changes: 1 addition & 1 deletion dist/js/jquery.smartWizard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "smartwizard",
"title": "jQuery Smart Wizard",
"version": "6.0.3",
"version": "6.0.4",
"author": {
"name": "Dipu Raj",
"email": "hello.techlab@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion src/js/jquery.smartWizard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery SmartWizard v6.0.3
* jQuery SmartWizard v6.0.4
* The awesome step wizard plugin for jQuery
* http://www.techlaboratory.net/jquery-smartwizard
*
Expand Down

0 comments on commit 095af76

Please sign in to comment.