Skip to content

Commit b8f3604

Browse files
committed
Incremented version
1 parent f9b3cff commit b8f3604

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

dist/jquery-steps.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.

dist/jquery-steps.js.map

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

dist/jquery-steps.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-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $.fn.steps = function (options) {
1111
});
1212
};
1313

14-
$.fn.steps.version = '1.0.0';
14+
$.fn.steps.version = '1.0.1';
1515
$.fn.steps.setDefaults = Steps.setDefaults;
1616

1717
// No conflict

0 commit comments

Comments
 (0)