Skip to content

Commit

Permalink
Merge pull request #13 from Radagaisus/upgrade_redis
Browse files Browse the repository at this point in the history
update the redis package dependency
  • Loading branch information
Radagaisus committed Apr 11, 2015
2 parents 3ef4a5a + 5015ee7 commit cb8fb4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.6.4

- Updated `node_redis` dependency to 0.12.1.

## 0.6.3

- Added node.js 0.12 and io.js to the CI.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "orpheus",
"description": "Redis Object Model for CoffeeScript",
"version": "0.6.3",
"version": "0.6.4",
"url": "https://github.com/Radagaisus/Orpheus",
"author": "Almog Melamed <radagaisus@gmail.com",
"main": "./index",
"devDependencies": {
"jasmine-node": "latest",
"metrics": "0.1.6",
"redis": "0.10.0"
"redis": "0.12.1"
},
"dependencies": {
"async": "0.1.22",
Expand All @@ -33,4 +33,4 @@
"scripts": {
"test": "jasmine-node test/orpheus.spec.coffee --verbose --color --forceexit --coffee"
}
}
}

0 comments on commit cb8fb4f

Please sign in to comment.