Skip to content

Commit 89604fb

Browse files
committed
Bumped jquery versions.
1 parent e86aee7 commit 89604fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gruntfile.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ module.exports = (grunt) ->
4242
"1.8.3"
4343
"1.9.1"
4444
"1.10.2"
45-
"1.11.0"
45+
"1.11.3"
4646
"2.0.3"
47-
"2.1.3"
47+
"2.1.4"
4848
].map((version) ->
4949
"http://localhost:<%= connect.server.options.port %>/test/localize.html?jquery=" + version
5050
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A jQuery plugin that makes it easy to i18n your static web site.
77
## Synopsis
88
* Lazily loads JSON translation files based on a simple naming convention.
99
* By default, applies the translations to your document based on simple attribute convention.
10-
* Tested with jQuery versions 1.7.2, 1.8.3, 1.9.1, 1.10.2, 1.11.0, 2.0.3, 2.1.0
10+
* Tested with jQuery versions 1.7.2, 1.8.3, 1.9.1, 1.10.2, 1.11.3, 2.0.3, 2.1.4
1111

1212
## Getting Started
1313
Download the [production version][min] or the [development version][max].

dist/jquery.localize.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)