Skip to content

Commit

Permalink
Adds Tamil locale
Browse files Browse the repository at this point in the history
Version bump for new locale.
  • Loading branch information
tiesont committed Apr 3, 2019
1 parent 9ff6c0c commit 2516840
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = function (grunt) {
jshintrc: '.jshintrc',
force: true
},
all: ['src/bootbox.js']
all: ['src/bootbox.js', 'src/bootbox.locales.js']
},

karma: {
Expand Down
4 changes: 2 additions & 2 deletions dist/bootbox.all.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bootbox.locales.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 dist/bootbox.min.js

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

Binary file modified dist/bootbox.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion header.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* bootbox.js 5.0.0
* bootbox.js 5.0.1
*
* http://bootboxjs.com/license.txt
*/

0 comments on commit 2516840

Please sign in to comment.