From 429150426fbd19651f5c0455dd759a1514d765cc Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sun, 23 Dec 2018 16:50:00 -0500 Subject: [PATCH] first version on haxelib --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 9b1959d..6b7cacc 100644 --- a/haxelib.json +++ b/haxelib.json @@ -2,9 +2,9 @@ "name": "hank", "url": "https://github.com/NQNStudios/hank", "license": "MIT", - "tags": [], + "tags": ["cross", "game", "interactive-fiction", "ink"], "description": "Narrative scripting language for HaxeFlixel games based on Inkle's Ink engine", - "version": "0.0.0", + "version": "0.0.1", "classPath": "src/", "releasenote": "It isn't safe to use this library yet.", "contributors": ["NQNStudios"],