From 6ce3bc602c84ded0dafb0210177c2635c20a9f34 Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sat, 22 Apr 2023 12:09:05 +0200 Subject: [PATCH] haxelib --- haxelib.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haxelib.json b/haxelib.json index e96550a..dda1611 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,22 +1,22 @@ { - "version": "1.5.0", "contributors": [ "haxeui", "ianharrigan", "_ibilon", "aW4KeNiNG" ], - "license": "MIT", + "version": "1.6.0", + "dependencies": { + "nme": "", + "haxeui-core": "" + }, + "releasenote": "1.6.0 release", "tags": [ "ui", "gui", "nme" ], - "releasenote": "1.5.0 release", - "dependencies": { - "haxeui-core": "", - "nme": "" - }, + "license": "MIT", "name": "haxeui-nme", "description": "The NME backend of the HaxeUI framework", "url": "https://github.com/haxeui/haxeui-nme"