Skip to content

Commit

Permalink
Increments version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindb committed Mar 19, 2017
1 parent 55fba84 commit 4d9319f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ module.exports = function(grunt) {
// Minifies JS files
uglify: {
options: {
preserveComments: /^!|@preserve|@license|@cc_on/i
preserveComments: /^!|@preserve|@license|@cc_on/i,
sourceMap: true,
footer: '\n'
},
dist: {
files: [{
Expand Down
5 changes: 3 additions & 2 deletions dist/jquery.form.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4d9319f

Please sign in to comment.