From 4761d5409e89a71f093be7c5ee42a17721fca019 Mon Sep 17 00:00:00 2001 From: Rubens Mariuzzo Date: Wed, 26 Oct 2016 22:23:47 -0400 Subject: [PATCH] Version 1.1.4. --- LICENSE | 3 +-- bower.json | 2 +- dist/lang.min.js | 2 +- package.json | 2 +- src/lang.js | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 07bbd76..df96137 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Rubens Mariuzzo +Copyright (c) 2015-present Rubens Mariuzzo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/bower.json b/bower.json index 605bc7c..27ec22d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.3", + "version": "1.1.4", "description": "Laravel's Lang in JavaScript!", "keywords": [ "laravel", diff --git a/dist/lang.min.js b/dist/lang.min.js index 18eb0ef..1faab9a 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.3 + * @version 1.1.4 * @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 e0332f6..ff9f418 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lang.js", - "version": "1.1.3", + "version": "1.1.4", "description": "Laravel's Lang in JavaScript!", "main": "src/lang.js", "scripts": { diff --git a/src/lang.js b/src/lang.js index 80ea466..4b23b05 100644 --- a/src/lang.js +++ b/src/lang.js @@ -1,7 +1,7 @@ /*! * Lang.js for Laravel localization in JavaScript. * - * @version 1.1.3 + * @version 1.1.4 * @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE * @site https://github.com/rmariuzzo/Lang.js * @author Rubens Mariuzzo