From 8e70641f838b44c326d0bae30e95a5e648e5f4b9 Mon Sep 17 00:00:00 2001 From: Sebastien Benard Date: Thu, 11 Jan 2024 11:06:03 +0100 Subject: [PATCH] Haxelib --- haxelib.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/haxelib.json b/haxelib.json index dd4bc8d..6d90f0d 100644 --- a/haxelib.json +++ b/haxelib.json @@ -1,14 +1,14 @@ { - "name": "ldtk-haxe-api", - "url" : "https://github.com/deepnight/ldtk-haxe-api", - "license": "Apache", - "tags": ["Haxe","Heaps","Hashlink","LDtk","Led","L-Ed","api","level","editor","deepnight"], - "description": "The haxe API for LDtk JSON files - https://deepnight.net/tools/led-2d-level-editor/", - "version": "1.5.0-rc.1", - "classPath": "src/", - "releasenote": "See https://ldtk.io/ for more information", - "contributors": ["sbenard"], - "dependencies": { - "deepnightLibs": "" - } + "name": "ldtk-haxe-api", + "url" : "https://github.com/deepnight/ldtk-haxe-api", + "license": "Apache", + "tags": ["Haxe","Heaps","Hashlink","LDtk","Led","L-Ed","api","level","editor","deepnight"], + "description": "The haxe API for LDtk JSON files - https://deepnight.net/tools/led-2d-level-editor/", + "version": "1.5.1-rc.1", + "classPath": "src/", + "releasenote": "See https://ldtk.io/ for more information", + "contributors": ["sbenard"], + "dependencies": { + "deepnightLibs": "" + } }