From a3c82631c0e5e426e2a6629572edf9553a1220a8 Mon Sep 17 00:00:00 2001 From: Adi Mora Date: Thu, 21 May 2015 07:55:08 +0100 Subject: [PATCH] haxelib release --- haxelib.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haxelib.json b/haxelib.json index 4c10bab1..6c55cb47 100644 --- a/haxelib.json +++ b/haxelib.json @@ -10,8 +10,8 @@ ], "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "contributors": ["adireddy"], - "releasenote": "added FileLengthCheck (default: 1000) and ParameterNumberCheck (default: 7) by @AlexHaxe", - "version": "1.0.9", + "releasenote": "added NestedIfDepth, NestedForDepth and NestedTryDepth checks by @AlexHaxe", + "version": "1.1.0", "url": "https://github.com/adireddy/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 164d0e91..b4134fd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "1.0.9", + "version": "1.1.0", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",