Skip to content

Commit

Permalink
Merge branch 'release/v5-3-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyUss committed Aug 3, 2020
2 parents 32dc64f + b13451a commit ff3202d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Or, if you have moved <code>config</code> folder out from Nmig's directory:<br /
<br /><b>Note:</b> "logs_directory" will be created during script execution.</p>

<h3>VERSION</h3>
<p>Current version is 5.3.0<br />
<p>Current version is 5.3.1<br />

<h3>LICENSE</h3>
<p>NMIG is available under "GNU GENERAL PUBLIC LICENSE" (v. 3) <br />
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nmig",
"version": "5.3.0",
"version": "5.3.1",
"description": "The database migration app",
"author": "Anatoly Khaytovich<[email protected]>",
"license": "GPL-3.0",
Expand All @@ -14,16 +14,16 @@
"dependencies": {
"json2csv": "^5.0.1",
"mysql": "^2.18.1",
"pg": "^8.2.1",
"pg": "^8.3.0",
"pg-copy-streams": "^2.2.2"
},
"devDependencies": {
"@types/mysql": "^2.15.14",
"@types/node": "^14.0.14",
"@types/pg": "^7.14.3",
"@types/mysql": "^2.15.15",
"@types/node": "^14.0.27",
"@types/pg": "^7.14.4",
"@types/tape": "^4.13.0",
"tape": "^5.0.1",
"typescript": "^3.9.5"
"typescript": "^3.9.7"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit ff3202d

Please sign in to comment.