From 07f11f4649752d0e035934d44f60d5cd5d641707 Mon Sep 17 00:00:00 2001 From: Steven Velozo Date: Mon, 26 Oct 2015 17:24:21 -0700 Subject: [PATCH] Adding delete bit functionality. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8d6c6b4..6ea0304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fable", - "version": "0.1.10", + "version": "0.1.11", "description": "An entity behavior management and API bundling library.", "main": "source/Fable.js", "scripts": { @@ -36,7 +36,7 @@ "fable-log": "^0.1.3", "fable-settings": "^0.0.3", "fable-uuid": "^0.1.3", - "foxhound": "0.0.11", + "foxhound": "0.0.13", "underscore": "^1.8.3" } }