From 17c631ed32dea8c2c3becd19559ff0691d34431a Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Tue, 7 Jan 2014 14:19:31 +1100 Subject: [PATCH] 0.11.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b28fcb778..80ae19f865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mysql2", - "version": "0.10.7", + "version": "0.11.0", "description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS", "main": "index.js", "directories": {