From 9d5de3464ae2d7a38fc802b577a02aa7e9ac04aa Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sun, 7 Apr 2024 19:29:51 +0200 Subject: [PATCH] haxelib --- haxelib.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/haxelib.json b/haxelib.json index 014957d..d4505bf 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,12 +1,16 @@ { - "version": "1.6.0", "contributors": [ "haxeui", "ianharrigan", "_ibilon", "aW4KeNiNG" ], - "license": "MIT", + "version": "1.7.0", + "dependencies": { + "haxeui-core": "", + "hxWidgets": "" + }, + "releasenote": "1.7.0 release", "tags": [ "ui", "gui", @@ -15,11 +19,7 @@ "wx", "native" ], - "releasenote": "1.6.0 release", - "dependencies": { - "haxeui-core": "", - "hxWidgets": "" - }, + "license": "MIT", "name": "haxeui-hxwidgets", "description": "The wxWidgets backend of the HaxeUI framework", "url": "https://github.com/haxeui/haxeui-hxwidgets"