Skip to content

Commit

Permalink
use lastest nodm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Dec 15, 2014
1 parent 3352fc9 commit 8aa231f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project is a driver for the [NodeJS NoSQL ODM](https://github.com/ichiriac/node-nosql-odm/), visit this repository for further informations.

*Current version: [v/0.1.8][dist]*
*Current version: [v/0.1.9][dist]*

[![Build Status](https://travis-ci.org/ichiriac/sofa-odm.svg)](https://travis-ci.org/ichiriac/sofa-odm)
[![Dependency Status](https://david-dm.org/ichiriac/sofa-odm.svg)](https://david-dm.org/ichiriac/sofa-odm)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sofa-odm",
"version": "0.1.8",
"version": "0.1.9",
"description": "NodeJS ODM for NoSQL, Couchbase, Redis",
"main": "main.js",
"scripts": {
Expand All @@ -23,6 +23,6 @@
"homepage": "http://ichiriac.github.io/sofa-odm",
"dependencies": {
"couchbase": "1.2.4",
"nodm": "^0.1.6"
"nodm": "^0.1.10"
}
}

0 comments on commit 8aa231f

Please sign in to comment.