From 84b64a8260acba760eb53e2edffd96c86a25d30b Mon Sep 17 00:00:00 2001 From: AlexHaxe Date: Tue, 10 Sep 2019 14:24:14 +0200 Subject: [PATCH] updated version numbers --- haxelib.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",