From 661e1d7b1dac0f01ce478a4b5c3019f178545ecb Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Thu, 10 Apr 2014 23:59:38 +0200 Subject: [PATCH] Release 0.2.0 --- client/js/chat.js | 11 ----------- package.json | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/client/js/chat.js b/client/js/chat.js index dd2519c3..55f7e393 100644 --- a/client/js/chat.js +++ b/client/js/chat.js @@ -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 "" + url + ""; -// }); -//}); diff --git a/package.json b/package.json index 63842e83..0d7e54de 100644 --- a/package.json +++ b/package.json @@ -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"