diff --git a/bower.json b/bower.json index 8892a2f..a23a463 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.5", + "version": "1.1.7", "description": "Laravel's Lang in JavaScript!", "keywords": [ "laravel", diff --git a/dist/lang.min.js b/dist/lang.min.js index 02483cf..8e1a6c6 100644 --- a/dist/lang.min.js +++ b/dist/lang.min.js @@ -1,7 +1,7 @@ /*! * Lang.js for Laravel localization in JavaScript. * - * @version 1.1.5 + * @version 1.1.7 * @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE * @site https://github.com/rmariuzzo/Lang.js * @author Rubens Mariuzzo diff --git a/package.json b/package.json index d3ea374..bd0e9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.6", + "version": "1.1.7", "description": "Laravel's Lang in JavaScript!", "main": "src/lang.js", "scripts": { diff --git a/src/lang.js b/src/lang.js index 8f004b5..a2a9c04 100644 --- a/src/lang.js +++ b/src/lang.js @@ -1,7 +1,7 @@ /*! * Lang.js for Laravel localization in JavaScript. * - * @version 1.1.5 + * @version 1.1.7 * @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE * @site https://github.com/rmariuzzo/Lang.js * @author Rubens Mariuzzo