From ac593ec3778da12a2371b045ece47a9654a4962f Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Sun, 22 Jan 2012 01:10:09 +0000 Subject: [PATCH] Add version information --- public/sihnon-framework.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/public/sihnon-framework.js b/public/sihnon-framework.js index 6ba5b4f..0c74c94 100644 --- a/public/sihnon-framework.js +++ b/public/sihnon-framework.js @@ -18,6 +18,12 @@ * Entry point for all base framework code */ var sf = { + + /** + * Library version + * + */ + version: '0.1.0', /** * Initialises the library @@ -538,4 +544,4 @@ var sf = { }; // Execute the initialisation code as soon as the DOM is ready. -$('document').ready(sf.init); \ No newline at end of file +$('document').ready(sf.init);