diff options
author | Brett Zamir <brettz9@yahoo.com> | 2014-06-10 18:13:41 +0800 |
---|---|---|
committer | Brett Zamir <brettz9@yahoo.com> | 2014-06-10 18:13:41 +0800 |
commit | addbc3d95eff3aaadf229ffff869517d0b6e2657 (patch) | |
tree | 22387f7b882a58598f885d216f58ed7f05020d0e | |
parent | 672791bdda705f3154d56b450fe00f14487050fb (diff) | |
download | multiple-select-addbc3d95eff3aaadf229ffff869517d0b6e2657.zip multiple-select-addbc3d95eff3aaadf229ffff869517d0b6e2657.tar.gz multiple-select-addbc3d95eff3aaadf229ffff869517d0b6e2657.tar.bz2 |
Bump version (since bower is apparently caching the old version) and use more up to date semantic versioning (and to ensure versions jQuery 1.8+ are not accepted in case there is breakage since jQuery has made backward-incompatible changes (contrary to semver))
-rw-r--r-- | bower.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ { "name": "multiple-select", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://github.com/wenzhixin/multiple-select", "authors": [ "文翼 <wenzhixin2010@gmail.com>" @@ -8,6 +8,6 @@ "description": "A jQuery plugin to select multiple elements with checkboxes", "license": "MIT", "dependencies": { - "jquery": ">=1.7.0" + "jquery": "1.7.x" } } |