From 6752d1868ef78c19478ec1af2be71f2410928667 Mon Sep 17 00:00:00 2001 From: Stephen Matta Date: Fri, 17 Jun 2016 21:48:17 -0400 Subject: [PATCH] Prepare 0.10.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 84c2bd8..a5f8ad8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linter-cflint", "main": "./lib/main", "activationCommands": [], - "version": "0.9.2", + "version": "0.10.0", "description": "Lint ColdFusion code (CFML, CFC) on the fly, using CFLint", "repository": "https://github.com/ditinc/linter-cflint.git", "license": "MIT",