-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AnatolyUss
committed
Mar 25, 2017
1 parent
c97a026
commit c99b85f
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p> | |
<a href="mailto:[email protected]?subject=NMIG">[email protected]</a></p> | ||
|
||
<h3>VERSION</h3> | ||
<p>Current version is 2.6.0<br /> | ||
<p>Current version is 2.6.1<br /> | ||
(major version . improvements . bug fixes)</p> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "nmig", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "The database migration app", | ||
"author": "Anatoly Khaytovich<[email protected]>", | ||
"dependencies": { | ||
|
@@ -9,3 +9,4 @@ | |
"pg-copy-streams": "*" | ||
} | ||
} | ||
|