From 7983751df8f645f10abda17d14e121d776396236 Mon Sep 17 00:00:00 2001 From: Uku Pattak Date: Mon, 14 Nov 2016 14:25:55 +0200 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36a15d3f9b..f96334613c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-formatter", - "version": "1.0.0", + "version": "1.1.0", "description": "Formats whitespaces in a SQL query to make it more readable", "license": "MIT", "main": "lib/sqlFormatter.js",