From f7ed37028b53d5f1ba6e6b91da75d688eb01defb Mon Sep 17 00:00:00 2001 From: Adi Date: Mon, 29 Feb 2016 10:55:52 +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 feb1cfd8..3f7a3b57 100644 --- a/haxelib.json +++ b/haxelib.json @@ -15,8 +15,8 @@ "contributors": [ "adireddy" ], - "releasenote": "bug fixes", - "version": "1.2.3", + "releasenote": "bug fixes and minor updates", + "version": "1.2.4", "url": "https://github.com/adireddy/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 82e759b1..d2585f07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "1.2.3", + "version": "1.2.4", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git",