diff --git a/haxelib.json b/haxelib.json index 8a82769d..88e84ae4 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 emptyBlockCheck config for BlockFormatCheck", - "version": "1.0.7", + "releasenote": "introduced enforceReturnType and enforcePublicPrivate by @AlexHaxe", + "version": "1.0.8", "url": "https://github.com/adireddy/haxe-checkstyle", "dependencies": { diff --git a/package.json b/package.json index 7870d262..b61559c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "checkstyle", - "version": "1.0.7", + "version": "1.0.8", "description": "Automated code analysis ideal for projects that want to enforce a coding standard.", "repository": { "type": "git", diff --git a/run.n b/run.n index 1eaef639..38641c9a 100644 Binary files a/run.n and b/run.n differ