From b164d5d020f8b2b89021b7883925802ec3a9ffad Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Wed, 30 Apr 2014 17:06:13 +1000 Subject: [PATCH] 0.12.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a6604b434..9d041a4354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "0.12.0", + "version": "0.12.1", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {