Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 25, 2010
1 parent b274b4d commit 1a51909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "lru-cache" { "name" : "lru-cache"
, "description" : "A cache object that deletes the least-recently-used items." , "description" : "A cache object that deletes the least-recently-used items."
, "version" : "1.0.0" , "version" : "1.0.1"
, "author" : "Isaac Z. Schlueter <i@izs.me>" , "author" : "Isaac Z. Schlueter <i@izs.me>"
, "scripts" : { "test" : "node lib/lru-cache.js" } , "scripts" : { "test" : "node lib/lru-cache.js" }
, "main" : "lib/lru-cache" , "main" : "lib/lru-cache"
Expand Down

0 comments on commit 1a51909

Please sign in to comment.