Browse Source

fixing release number

hotfix/0.7.1
Bryan Donovan 11 years ago
parent
commit
d6f6cbd306
  1. 2
      History.md
  2. 2
      package.json

2
History.md

@ -1,4 +1,4 @@
- 0.1.2.1 2013-10-31
- 0.1.3 2013-10-31
Fixing unreleased connection in redis example.
- 0.1.2 2013-10-13

2
package.json

@ -1,6 +1,6 @@
{
"name": "cache-manager",
"version": "0.1.2.1",
"version": "0.1.3",
"description": "Cache module for Node.js",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save