Bumped version to 1.4.1
This commit is contained in:
parent
66d0ef5277
commit
bf9d361e4e
4 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ As time passes, the timestamps will automatically update.
|
||||||
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
|
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
|
||||||
| ... | ... |
|
| ... | ... |
|
||||||
|
|
||||||
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.0
|
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.1
|
||||||
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
|
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
|
||||||
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
|
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
|
||||||
[compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0
|
[compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jquery-timeago",
|
"name": "jquery-timeago",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "jquery.timeago.js",
|
"main": "jquery.timeago.js",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
|
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
|
||||||
*
|
*
|
||||||
* @name timeago
|
* @name timeago
|
||||||
* @version 1.4.0
|
* @version 1.4.1
|
||||||
* @requires jQuery v1.2.3+
|
* @requires jQuery v1.2.3+
|
||||||
* @author Ryan McGeary
|
* @author Ryan McGeary
|
||||||
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
|
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "timeago",
|
"name": "timeago",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"title": "jQuery Timeago",
|
"title": "jQuery Timeago",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ryan McGeary",
|
"name": "Ryan McGeary",
|
||||||
|
|
Reference in a new issue