From bca4f5ae0a290b383bea120db339bddf48800813 Mon Sep 17 00:00:00 2001 From: Adi Date: Thu, 2 Feb 2017 08:25:27 +0000 Subject: [PATCH] new release --- haxelib.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/haxelib.json b/haxelib.json index 7d93f8b6..c588db3c 100644 --- a/haxelib.json +++ b/haxelib.json @@ -16,8 +16,8 @@ "contributors": [ "adireddy" ], - "releasenote": "bug fixes", - "version": "2.1.11", + "releasenote": "new PublicAccessorCheck and bug fixes", + "version": "2.1.12", "url": "https://github.com/HaxeCheckstyle/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 58478630..150b4b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "2.1.11", + "version": "2.1.12", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",