Skip to content

Commit

Permalink
Correct haxelib contributor to avoid confusion and new version...
Browse files Browse the repository at this point in the history
  • Loading branch information
Meychi committed May 28, 2013
1 parent 9091dbb commit c04e36f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions haxelib.json
Expand Up @@ -3,9 +3,9 @@
"license": "MIT",
"tags": ["extern"],
"description": "BuildHX helps you create externs for native libraries.",
"contributors": ["elyon", "Meychi"],
"releasenote": "Optional params for YUIDoc, new JSDuck binary and JSDuck improvements",
"version": "2.0.3",
"contributors": ["singmajesty"],
"releasenote": "Correct haxelib contributor",
"version": "2.0.4",
"url": "https://github.com/jgranick/buildhx",
"dependencies": {}
}
Binary file modified run.n
Binary file not shown.
2 changes: 1 addition & 1 deletion src/buildhx/BuildHX.hx
Expand Up @@ -40,7 +40,7 @@ class BuildHX {
private static var definitions:Map<String, ClassDefinition>;
private static var types:Map<String, String>;

public static var VERSION:String = "2.0.3";
public static var VERSION:String = "2.0.4";
public static var USAGE:String = "Usage : haxelib run buildhx build.xml";


Expand Down

0 comments on commit c04e36f

Please sign in to comment.