Skip to content

Commit

Permalink
haxelib release
Browse files Browse the repository at this point in the history
  • Loading branch information
adireddy committed May 21, 2015
1 parent ba17fa9 commit a3c8263
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a3c8263

Please sign in to comment.