* Fix the typo (Raymond Feng)
This commit is contained in:
Raymond Feng 2015-05-14 08:39:51 -07:00
parent c5d3b67bfe
commit 64e7bdc51a
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2015-05-14, Version 2.0.1
=========================
* Fix the typo (Raymond Feng)
2015-05-13, Version 2.0.0
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-connector-mysql",
"version": "2.0.0",
"version": "2.0.1",
"description": "MySQL connector for loopback-datasource-juggler",
"main": "index.js",
"scripts": {
@ -28,6 +28,6 @@
"url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.0.0"
"sl-blip": "http://blip.strongloop.com/loopback-connector-mysql@2.0.1"
}
}