From 6c0bb2af8cd729c41f41c9c95422949896c3ad67 Mon Sep 17 00:00:00 2001 From: shmyga Date: Fri, 12 Oct 2018 14:13:56 +0300 Subject: [PATCH] up openfl library version --- haxelib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haxelib.json b/haxelib.json index 1f8e023..8efc9a6 100755 --- a/haxelib.json +++ b/haxelib.json @@ -1,6 +1,6 @@ { "name": "haxework", - "url" : "https://bitbucket.org/shmyga/haxework.git", + "url" : "https://bitbucket.org/shmyga/haxework", "license": "BSD", "tags": ["flash", "openfl"], "description": "Framework.", @@ -10,7 +10,7 @@ "classPath": "src/main", "dependencies": { "promhx": "1.1.0", - "openfl": "7.0.0", + "openfl": "8.5.1", "yaml": "1.3.0" } }