From 6931c58167ce411bf5dcb5e9eb72e3ef3d3a9a23 Mon Sep 17 00:00:00 2001 From: Ian Harrigan Date: Sun, 7 Apr 2024 19:34:25 +0200 Subject: [PATCH] haxelib --- haxelib.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/haxelib.json b/haxelib.json index b52487ba..073ea2ae 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,11 +1,14 @@ { + "version": "1.12.0", "contributors": [ "haxeui", "ianharrigan", "_ibilon" ], - "version": "1.11.0", - "license": "MIT", + "dependencies": { + "hxcpp": "" + }, + "releasenote": "1.12.0 release", "tags": [ "ui", "gui", @@ -13,10 +16,7 @@ "hxcpp", "wxWidgets" ], - "releasenote": "1.11.0 release", - "dependencies": { - "hxcpp": "" - }, + "license": "MIT", "name": "hxWidgets", "description": "Haxe externs (and wrappers) for wxWidgets", "classPath": "src",