summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:58:13 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2018-09-18 23:58:13 +0200
commitdf0926d7152472772f76a21b88f50125b91a372c (patch)
tree8d7cfc715884740faebf80e04abb58d5ce04c187
parenta7c7a83eef1945bdf09131601be429920f00ac55 (diff)
downloadxstatic-jquery-git-df0926d7152472772f76a21b88f50125b91a372c.tar.gz
update xstatic metadata2.2.4.1
-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 d2a34ad..9128e87 100644
--- a/xstatic/pkg/jquery/__init__.py
+++ b/xstatic/pkg/jquery/__init__.py
@@ -11,7 +11,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
# please use a all-lowercase valid python
# package name
-VERSION = '1.12.4' # version of the packaged files, please use the upstream
+VERSION = '2.2.4' # version of the packaged files, please use the upstream
# version number
BUILD = '1' # our package build number, so we can release new builds
# with fixes for xstatic stuff.