Skip to content

Commit

Permalink
Bump version to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed May 6, 2019
1 parent d41755d commit 2398d30
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.1.0",
"version": "3.1.1",
"license": "MIT",
"keywords": [
"mongo",
Expand Down Expand Up @@ -64,7 +64,7 @@
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.0",
"extend": "^3.0.2",
"mongo-seeding": "^3.1.0",
"mongo-seeding": "^3.1.1",
"ts-node": "^8.1.0",
"typescript": "^3.4.5"
},
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.1.0",
"version": "3.1.1",
"main": "dist/index.js",
"files": [
"dist/"
Expand Down
3 changes: 1 addition & 2 deletions docker-image/test/tester/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docker-image-tester",
"description": "Tester app for Mongo Seeding Docker Image",
"version": "1.0.0",
"version": "3.1.1",
"private": true,
"license": "MIT",
"author": {
Expand All @@ -21,7 +21,6 @@
"jest": "^24.8.0",
"mongodb": "^3.2.3"
},
"devDependencies": {},
"jest": {
"verbose": false,
"coverageReporters": [
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.1.0",
"version": "3.1.1",
"packages": ["cli", "core", "docker-image/test/tester"],
"command": {
"publish": {
Expand Down

0 comments on commit 2398d30

Please sign in to comment.