Skip to content

Commit

Permalink
Version 1.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Oct 27, 2016
1 parent cf21b91 commit 4761d54
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lang.js",
"version": "1.1.3",
"version": "1.1.4",
"description": "Laravel's Lang in JavaScript!",
"keywords": [
"laravel",
Expand Down
2 changes: 1 addition & 1 deletion dist/lang.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 package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/lang.js
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand Down

0 comments on commit 4761d54

Please sign in to comment.