diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2015-05-24 18:01:11 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2015-05-24 18:01:11 -0400 |
commit | ce608a2f928c49d726dc1ea136d19a005fcd81dd (patch) | |
tree | 3fec648c9acea0232a67398510c070e673774c9d /README.md | |
parent | 47afa3285ce1adf5915ddc53063062e8591f7e1b (diff) | |
download | jQuery-Timepicker-Addon-ce608a2f928c49d726dc1ea136d19a005fcd81dd.zip jQuery-Timepicker-Addon-ce608a2f928c49d726dc1ea136d19a005fcd81dd.tar.gz jQuery-Timepicker-Addon-ce608a2f928c49d726dc1ea136d19a005fcd81dd.tar.bz2 |
Fix version number in bower instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ Rails with Bower ----------------- If you happen to use Rails with the [bower](gem "bower-rails", "~> 0.8.3") gem, here it is to use it easily : #### Bowerfile -```asset "jqueryui-timepicker-addon", "1.5.4"``` +```asset "jqueryui-timepicker-addon", "1.5.6"``` #### application.js ```javascript |