Skip to content

Commit 117a9e0

Browse files
committed
Version 1.1.3.
1 parent 88a0279 commit 117a9e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.2",
3+
"version": "1.1.3",
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.2",
3+
"version": "1.1.3",
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.2
4+
* @version 1.1.3
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)