diff --git a/haxelib.json b/haxelib.json index df0b57c..1f810e8 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,21 +1,21 @@ { - "version": "1.6.0", "contributors": [ "haxeui", "ianharrigan", "_ibilon", "aW4KeNiNG" ], - "license": "MIT", + "version": "1.7.0", + "dependencies": { + "haxeui-core": "" + }, + "releasenote": "1.7.0 release", "tags": [ "ui", "gui", "html5" ], - "releasenote": "1.6.0 release", - "dependencies": { - "haxeui-core": "" - }, + "license": "MIT", "name": "haxeui-html5", "description": "The HTML5 backend of the HaxeUI framework", "url": "https://github.com/haxeui/haxeui-html5"