From: Luigi Pinca Date: Wed, 16 Jul 2014 15:13:02 +0000 (+0200) Subject: fixed a typo X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=03167048f1541378b49f9afbc1c4a6c82eafc159;p=binbsis50.git fixed a typo --- diff --git a/lib/email/template.jade b/lib/email/template.jade index 624bee0..d120186 100644 --- a/lib/email/template.jade +++ b/lib/email/template.jade @@ -12,7 +12,7 @@ html | click the link below: a(style="color:#0088CC;text-decoration:none;", href="http://binb.nodejitsu.com/resetpasswd?token=#{token}") - | http://bind.nodejitsu.com/resetpasswd?token=#{token} + | http://binb.nodejitsu.com/resetpasswd?token=#{token} p If you can't click it, please copy and paste the URL in a new tab/window. p If you haven't requested a password reset, you can disregard this message, | because it's likely that another user entered your email address diff --git a/package.json b/package.json index 040cb4f..f923b06 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.5.1-6" + "version": "0.5.2" }