From b90687257e4f490895282afad6a1276a63270536 Mon Sep 17 00:00:00 2001 From: Nathan Sculli Date: Mon, 2 Apr 2018 01:33:38 -0700 Subject: [PATCH] v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 255f176..36cc7a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bs-mysql2", - "version": "3.0.2", + "version": "3.1.0", "description": "ReasonML bindings to the mysql2 library.", "scripts": { "examples:simple": "node examples/simple.bs.js",