Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Aug 7, 2012
2 parents 39f62bc + 4cce8bf commit e65c907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -43,7 +43,7 @@ This is a [openkeyval.org][0] api wrapper written in Node and available through


{ {
status: 'set', status: 'set',
key: 'rpvl_test', key: 'rogeriopvl',
read_only_key: 'rok-e95ae5429a75d8c00f42e551019647b3a2436fd5', read_only_key: 'rok-e95ae5429a75d8c00f42e551019647b3a2436fd5',
documentation_url: 'http://openkeyval.org/' documentation_url: 'http://openkeyval.org/'
} }
Expand Down Expand Up @@ -71,8 +71,8 @@ This is a [openkeyval.org][0] api wrapper written in Node and available through
{ {
status: 'multiset', status: 'multiset',
keys: { keys: {
rpvl_test_1: 'rok-0ab0123498ed53016d0c1ae547aa052a5cc72c21', rogeriopvl: 'rok-0ab0123498ed53016d0c1ae547aa052a5cc72c21',
rpvl_test_2: 'rok-8618d8060354024fbf8dea07523980740b95e64b' rpvl: 'rok-8618d8060354024fbf8dea07523980740b95e64b'
}, },
documentation_url: 'http://openkeyval.org/' documentation_url: 'http://openkeyval.org/'
} }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"maintainers":[ "maintainers":[
{"name": "Rogério Vicente", "web": "http://rogeriopvl.com"} {"name": "Rogério Vicente", "web": "http://rogeriopvl.com"}
], ],
"version": "0.1.0", "version": "0.1.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/rogeriopvl/node-openkeyval" "url": "https://github.com/rogeriopvl/node-openkeyval"
Expand Down

0 comments on commit e65c907

Please sign in to comment.