From dec6c2944265efc0885558a6efce628c176211c3 Mon Sep 17 00:00:00 2001 From: Nathan Sculli Date: Tue, 10 Jul 2018 09:59:33 -0700 Subject: [PATCH] v6.0.0 --- bsconfig.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",