Skip to content

Commit

Permalink
Release 1.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Apr 1, 2011
1 parent 0d77230 commit 0d3d40a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.1.23 / 2011-04-01
===================

* Added Model#model

1.1.22 / 2011-03-31
===================

Expand Down
2 changes: 1 addition & 1 deletion lib/mongoose/index.js
Expand Up @@ -281,7 +281,7 @@ exports.Connection = Connection;
* @param version
*/

exports.version = '1.1.22';
exports.version = '1.1.23';

/**
* Export Mongoose constructor
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ORM"
, "version": "1.1.22"
, "version": "1.1.23"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {}
Expand Down

0 comments on commit 0d3d40a

Please sign in to comment.