From 7433f0bfbc3a7ea44320550ed2c1d90dc5e6f170 Mon Sep 17 00:00:00 2001
From: John Mayhew
Date: Tue, 3 Apr 2012 16:27:01 -0700
Subject: Removed the dependence on an "assets" directory for the RDGE runtime.
 Now Ninja does not need to create duplicate files when it sets up the users
 Ninja Projects directory for RDGE support.

---
 js/io/system/ninjalibrary.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'js/io/system/ninjalibrary.json')

diff --git a/js/io/system/ninjalibrary.json b/js/io/system/ninjalibrary.json
index a2448665..285444b5 100644
--- a/js/io/system/ninjalibrary.json
+++ b/js/io/system/ninjalibrary.json
@@ -1,6 +1,6 @@
 {
 	"libraries": [
 		{"name": "Montage", "path": "/node_modules/descriptor.json", "version": "0.7.0.0"},
-		{"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.3.0"}
+		{"name": "RDGE", "path": "/assets/descriptor.json", "version": "0.5.4.0"}
 	]
 }
\ No newline at end of file
-- 
cgit v1.2.3