Skip to content

Commit

Permalink
Version bump to release engine requirement change, updating README & …
Browse files Browse the repository at this point in the history
…LICENSE copyright years
  • Loading branch information
avoidwork committed Jan 13, 2019
1 parent 1fce86f commit eb5d9fe
Show file tree
Hide file tree
Showing 7 changed files with 299 additions and 129 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018, Jason Mulligan
Copyright (c) 2019, Jason Mulligan
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ cache.ttl = 3e4;
```

## License
Copyright (c) 2018 Jason Mulligan
Copyright (c) 2019 Jason Mulligan
Licensed under the BSD-3 license.
4 changes: 2 additions & 2 deletions lib/tiny-lru.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* Tiny LRU cache for Client or Server
*
* @author Jason Mulligan <jason.mulligan@avoidwork.com>
* @copyright 2018
* @copyright 2019
* @license BSD-3-Clause
* @link https://github.com/avoidwork/tiny-lru
* @version 5.0.5
* @version 5.0.7
*/
"use strict";

Expand Down
15 changes: 12 additions & 3 deletions lib/tiny-lru.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/tiny-lru.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb5d9fe

Please sign in to comment.