Skip to content

Commit 4761d54

Browse files
committed
Version 1.1.4.
1 parent cf21b91 commit 4761d54

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Rubens Mariuzzo
3+
Copyright (c) 2015-present Rubens Mariuzzo
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
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
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lang.js",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Laravel's Lang in JavaScript!",
55
"keywords": [
66
"laravel",

dist/lang.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lang.js",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Laravel's Lang in JavaScript!",
55
"main": "src/lang.js",
66
"scripts": {

src/lang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Lang.js for Laravel localization in JavaScript.
33
*
4-
* @version 1.1.3
4+
* @version 1.1.4
55
* @license MIT https://github.com/rmariuzzo/Lang.js/blob/master/LICENSE
66
* @site https://github.com/rmariuzzo/Lang.js
77
* @author Rubens Mariuzzo <[email protected]>

0 commit comments

Comments
 (0)