Skip to content

Commit

Permalink
update version in haxelib and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jun 14, 2018
1 parent 499fa22 commit bae3aa6
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 @@ -7,8 +7,8 @@
"contributors": [
"AlexHaxe"
],
"releasenote": "initial commit - see CHANGES",
"version": "1.0.0",
"releasenote": "fixed cast -1 + added RELAXED mode - see CHANGES",
"version": "1.0.1",
"url": "https://github.com/HaxeCheckstyle/tokentree",
"dependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tokentree",
"version": "1.0.0",
"version": "1.0.1",
"description": "TokenTree library used by haxe-checkstyle",
"repository": {
"type": "git",
Expand Down

0 comments on commit bae3aa6

Please sign in to comment.