From 40eb8e9c3d93c128e0a00444306277309c17405e Mon Sep 17 00:00:00 2001 From: Nathan Sculli Date: Sat, 10 Mar 2018 19:51:48 -0800 Subject: [PATCH] v3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3252463..0bc74f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bs-mysql2", - "version": "3.0.0", + "version": "3.0.1", "description": "ReasonML bindings to the mysql2 library.", "scripts": { "examples:simple": "node examples/simple.bs.js",