diff --git a/haxelib.json b/haxelib.json index 02474938..775fd40b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -8,8 +8,8 @@ "style" ], "description": "A code formatter for Haxe", - "version": "1.8.1", - "releasenote": "Fixed debug output in command line version, fixed total runtime calculation - see CHANGELOG for details.", + "version": "1.9.0", + "releasenote": "Added indentation options for conditionalPolicy, added range format API and bugfixes - see CHANGELOG for details.", "contributors": [ "AlexHaxe", "Gama11" diff --git a/package.json b/package.json index 103f3c5e..243b0eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "haxe-formatter", - "version": "1.8.1", + "version": "1.9.0", "description": "A code formatter for Haxe", "repository": { "type": "git",