diff --git a/bower.json b/bower.json index 687e521..605bc7c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.2", + "version": "1.1.3", "description": "Laravel's Lang in JavaScript!", "keywords": [ "laravel", diff --git a/dist/lang.min.js b/dist/lang.min.js index 991926f..35d135d 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.2 + * @version 1.1.3 * @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 e45f1a7..e0332f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.2", + "version": "1.1.3", "description": "Laravel's Lang in JavaScript!", "main": "src/lang.js", "scripts": { diff --git a/src/lang.js b/src/lang.js index 2e282bc..adaa439 100644 --- a/src/lang.js +++ b/src/lang.js @@ -1,7 +1,7 @@ /*! * Lang.js for Laravel localization in JavaScript. * - * @version 1.1.2 + * @version 1.1.3 * @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE * @site https://github.com/rmariuzzo/Lang.js * @author Rubens Mariuzzo