Skip to content

Commit

Permalink
version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
smagch committed Sep 26, 2013
1 parent e78b8b6 commit ae89012
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "simple-lru",
"main": "index.js",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/smagch/simple-lru",
"authors": [
"smagch <smagch@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,6 +1,6 @@
{
"name": "simple-lru",
"version": "0.0.1",
"version": "0.0.2",
"repo": "smagch/simple-lru",
"description": "minimal Least Recently Used Cache",
"keywords": ["cache", "LRU"],
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -10,7 +10,7 @@
window.SimpleLRU = SimpleLRU;
}

SimpleLRU.version = '0.0.1';
SimpleLRU.version = '0.0.2';

/**
* Simple mixin utility
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "simple-lru",
"description": "minimal Least Recently Used Cache",
"version": "0.0.1",
"version": "0.0.2",
"keywords": ["cache", "LRU"],
"author": "Tomoya Shimaguchi <smagch@gmail.com>",
"scripts": {
Expand Down

0 comments on commit ae89012

Please sign in to comment.