From c9a2975ce98cc3a2279ceef959ad9d98eecbf5ab Mon Sep 17 00:00:00 2001 From: Randy Edmunds Date: Sun, 3 Jul 2016 10:39:36 -0700 Subject: [PATCH] fix version deprecation warning --- NOTICE | 2 +- README.md | 4 ++-- package.json | 2 +- sample/demo-balance-text.htm | 2 +- test/test1.htm | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index 46bde2d..b3560e6 100644 --- a/NOTICE +++ b/NOTICE @@ -5,7 +5,7 @@ differing from that of Balance Text itself. You can find the libraries and their respective licenses below. - - jQuery - /sample/jquery-1.8.0.js + - jQuery - /sample/jquery-1.9.1.js Copyright 2011, John Resig Dual licensed under the MIT or GPL Version 2 licenses. diff --git a/README.md b/README.md index 61c8af5..b52ebcf 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Here is a simple Balance Text setup: } - + ``` @@ -53,7 +53,7 @@ If you need to manually re-balance all triggered elements, use: [//cdn.jsdelivr.net/jquery.balancetext/1.6.0/jquery.balancetext.min.js](//cdn.jsdelivr.net/jquery.balancetext/1.6.0/jquery.balancetext.min.js) ## Requirements -BalanceText is designed to run in most common browsers and implemented as a jQuery plugin. This means that the standard jQuery library is required for it to work. This plugin was last updated using jQuery 1.8, but it should work with all newer (and some older) versions of jQuery. +BalanceText is designed to run in most common browsers and implemented as a jQuery plugin. This means that the standard jQuery library is required for it to work. This plugin was last updated using jQuery 1.9.1, but it should work with all newer (and some older) versions of jQuery. jQuery was used so that the code would be easier to write to work in most common browsers. None of the novel ideas introduced by this code require jQuery. diff --git a/package.json b/package.json index 82e5f30..a96a0a9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ } ], "dependencies": { - "jquery": "~1.8.0" + "jquery": "1.9.1 - 3" }, "autoupdate": { "source": "git", diff --git a/sample/demo-balance-text.htm b/sample/demo-balance-text.htm index 411c986..34b01e4 100644 --- a/sample/demo-balance-text.htm +++ b/sample/demo-balance-text.htm @@ -5,7 +5,7 @@ Balance Text Demo - +