Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
domasx2 committed Mar 23, 2016
1 parent 74434dd commit 338026b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Sequelize fixtures
This is a simple lib to load data to database using sequelize.
It is intended for easily setting up test data.
Yaml and json formats are supported. Includes a grunt task.
Duplicate records are not insertd.
Duplicate records are not inserted.
API returns bluebird promises, but callbacks can also be used as the last argument.

Tested with latest Sequelize (3.0.0), should work on 2.x.
Tested with latest Sequelize (3.20.0), should work on 2.x.

### Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequelize-fixtures",
"version": "0.4.9",
"version": "0.4.10",
"description": "sequelize fixture loader",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 338026b

Please sign in to comment.