Skip to content

Commit

Permalink
Bump version to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Jan 5, 2019
1 parent 6ef7a39 commit 19e2394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongo-seeding-cli",
"description": "The ultimate command line tool for populating your MongoDB database.",
"version": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"keywords": [
"mongo",
Expand Down Expand Up @@ -64,7 +64,7 @@
"command-line-args": "^5.0.0",
"command-line-usage": "^5.0.0",
"extend": "^3.0.2",
"mongo-seeding": "^3.0.0",
"mongo-seeding": "^3.1.0",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bugs": {
"url": "https://github.com/pkosiec/mongo-seeding/issues"
},
"version": "3.0.0",
"version": "3.1.0",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.1.0",
"packages": ["cli", "core"],
"command": {
"publish": {
Expand Down

0 comments on commit 19e2394

Please sign in to comment.