From 845b185ec3082ca28538f4c9909a040f2b6a5711 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Thu, 5 Jun 2014 14:46:50 +0530 Subject: [PATCH] Bump version to 0.4.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9105858a..a46e0423 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "pathfinding" - , "version" : "0.4.10" + , "version" : "0.4.11" , "description" : "Comprehensive pathfinding library for grid based games" , "homepage" : "https://github.com/qiao/PathFinding.js" , "keywords" : ["algorithm", "game"]