Skip to content
This repository was archived by the owner on Mar 15, 2023. It is now read-only.

Commit b569b56

Browse files
author
jcbvm
committed
updated version number
1 parent 57c9cf9 commit b569b56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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": "require-i18next",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"authors": [
66
"Jacob van Mourik"

i18next-builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* This file is part of the RequireJS i18next Plugin
33
*
4-
* Copyright 2013 Jacob van Mourik
4+
* Copyright 2013-2014 Jacob van Mourik
55
* Released under the MIT license
66
*/
77
(function() {

i18next.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* RequireJS i18next Plugin
33
*
4-
* Version 0.3.0 (01-05-2013)
5-
* Copyright 2013 Jacob van Mourik
4+
* Version 0.4.0 (01-19-2014)
5+
* Copyright 2013-2014 Jacob van Mourik
66
* Released under the MIT license
77
*/
88
define(["i18next"], function(i18next) {
@@ -15,7 +15,7 @@ define(["i18next"], function(i18next) {
1515
o = i18next.options;
1616

1717
plugin = {
18-
version: "0.3.0",
18+
version: "0.4.0",
1919
pluginBuilder: "./i18next-builder",
2020

2121
/**

0 commit comments

Comments
 (0)