Skip to content

Commit 1bb70b5

Browse files
committed
Updating node-db
1 parent a7cd58a commit 1bb70b5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# db-mysql: MySQL database bindings for Node.js #
22

33
For detailed information about this and other Node.js
4-
database bindings visit the [Node.js DB homepage] [homepage].
4+
database bindings visit the [Node.js db-mysql homepage] [homepage].
55

66
## INSTALL ##
77

@@ -36,5 +36,5 @@ Once you are sure mysql_config is part of the path, install with npm:
3636

3737
This module is released under the [MIT License] [license].
3838

39-
[homepage]: http://nodejsdb.org
39+
[homepage]: http://nodejsdb.org/db-mysql
4040
[license]: http://www.opensource.org/licenses/mit-license.php

lib/node-db

Submodule node-db updated 2 files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, "description" : "MySQL database bindings for Node.JS"
33
, "keywords": ["database","db","native","binding","library","plugin","client","mysql","libmysql"]
44
, "homepage" : "http://nodejsdb.org"
5-
, "version" : "0.4.7"
5+
, "version" : "0.4.8"
66
, "engines" : { "node" : ">=0.4.1" }
77
, "maintainers" :
88
[ { "name": "Mariano Iglesias"

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from os.path import exists
1111

1212
srcdir = "."
1313
blddir = "build"
14-
VERSION = "0.4.7"
14+
VERSION = "0.4.8"
1515

1616
def set_options(opt):
1717
opt.tool_options("compiler_cxx")

0 commit comments

Comments
 (0)