diff --git a/bsconfig.json b/bsconfig.json index d7b870c..ee274cc 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -1,6 +1,6 @@ { "name": "bs-mysql2", - "version": "5.0.1", + "version": "6.0.0", "package-specs": { "module": "commonjs", "in-source": true diff --git a/package.json b/package.json index efb9c9b..2627887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bs-mysql2", - "version": "5.0.1", + "version": "6.0.0", "description": "ReasonML bindings to the mysql2 library.", "scripts": { "examples:simple": "node examples/simple.bs.js",