resources: Update mustache.js from 0.8.2-d9aa703 to v1.0.0
[lhc/web/wiklou.git] / resources / lib / mustache / mustache.js
index dbc9823..c7ffbef 100644 (file)
   };
 
   mustache.name = "mustache.js";
-  mustache.version = "0.8.2";
+  mustache.version = "1.0.0";
   mustache.tags = [ "{{", "}}" ];
 
   // All high-level mustache.* functions use this writer.