Skip to content

Commit

Permalink
v1.0.3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schultz committed Oct 28, 2016
1 parent 2264b5e commit dd83e13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/zingtouch.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* ZingTouch v1.0.2
* ZingTouch v1.0.3
* Author: ZingChart http://zingchart.com
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/zingtouch.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 webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (minimize) {
filename = 'zingtouch.min.js';
}

plugins.push(new webpack.BannerPlugin(`ZingTouch v1.0.2
plugins.push(new webpack.BannerPlugin(`ZingTouch v1.0.3
Author: ZingChart http://zingchart.com
License: MIT`));
module.exports = {
Expand Down

0 comments on commit dd83e13

Please sign in to comment.