Release 0.2.0

This commit is contained in:
Mattias Erming 2014-04-10 23:59:38 +02:00
parent b574c87028
commit 661e1d7b1d
2 changed files with 1 additions and 12 deletions

View file

@ -267,14 +267,3 @@ $(function() {
});
};
});
function linkify(text) {
}
//Handlebars.registerHelper("link", function(text) {
// var text = Handlebars.Utils.escapeExpression(text);
// return URI.withinString(text, function(url) {
// return "<a href='" + url + "' target='_blank'>" + url + "</a>";
// });
//});

View file

@ -1,7 +1,7 @@
{
"name": "chat",
"description": "Web client/server IRC chat",
"version": "0.1.0",
"version": "0.2.0",
"author": {
"name": "Mattias Erming",
"email": "mattias@mattiaserming.com"