summaryrefslogtreecommitdiff
path: root/xstatic/pkg/jquery/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/jquery/__init__.py')
-rw-r--r--xstatic/pkg/jquery/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xstatic/pkg/jquery/__init__.py b/xstatic/pkg/jquery/__init__.py
index b3f6e91..a963d08 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -16,7 +16,7 @@ except ImportError:
class JQuery(XStatic):
name = 'jquery' # short, all lowercase name
display_name = 'jQuery' # official name, upper/lowercase allowed
- version = '1.6.1.2' # for simplicity, use same version x.y.z as bundled files
+ version = '1.6.1.3' # for simplicity, use same version x.y.z as bundled files
# additionally we append .b for our build number, so we
# can release new builds with fixes for xstatic stuff.