diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-07-22 16:17:56 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-07-22 16:17:56 +0200 |
commit | 640d55cc2a63bf7ee564ca57d246289637281249 (patch) | |
tree | 62398f5440e4df7b4ecd27949c85e6a94fe0b445 /bower.json | |
parent | 5768b3fe2c328b81d9c0aa9eec07846a391d212d (diff) | |
download | nextcloud-server-640d55cc2a63bf7ee564ca57d246289637281249.tar.gz nextcloud-server-640d55cc2a63bf7ee564ca57d246289637281249.zip |
Update blueimp-md5 to 1.1.0
Yes this is pretty empty, but it's the truth:
https://github.com/blueimp/JavaScript-MD5/compare/1.0.3...1.1.0
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index 87e9c016fce..a1bfa40f23b 100644 --- a/bower.json +++ b/bower.json @@ -13,7 +13,7 @@ "tests" ], "dependencies": { - "blueimp-md5": "~1.0.1", + "blueimp-md5": "~1.1.0", "handlebars": "~1.3.0", "jcrop": "~0.9.12", "jquery": "~1.10.0", |