From 7f13306af657a12bada27d134501dec011219a3b Mon Sep 17 00:00:00 2001 From: Uku Pattak Date: Wed, 12 Jul 2017 10:19:27 +0300 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5aaec3c74..bb8644960 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-formatter", - "version": "1.3.0", + "version": "2.0.0", "description": "Formats whitespaces in a SQL query to make it more readable", "license": "MIT", "main": "lib/sqlFormatter.js",