From 5a0c67f528786f312a58489b532d111ba28c1026 Mon Sep 17 00:00:00 2001 From: yago Date: Sat, 8 Aug 2015 13:00:33 +0200 Subject: [PATCH] Release --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index fbc7173..b4552b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-telegram-bot-api", - "version": "0.11.1", + "version": "0.12.0", "description": "Telegram Bot API", "main": "index.js", "directories": { @@ -41,24 +41,24 @@ }, "homepage": "https://github.com/yagop/node-telegram-bot-api", "contributors": [ - { - "name": "Ilias Ismanalijev", - "email": "hello@illyism.com", - "url": "https://github.com/Illyism", - "contributions": 7, - "additions": 140, - "deletions": 10, - "hireable": true - }, { "name": "Yago", "email": "yago@yago.me", "url": "https://github.com/yagop", - "contributions": 82, - "additions": 1572, - "deletions": 415, + "contributions": 89, + "additions": 1598, + "deletions": 435, "hireable": true }, + { + "name": "Sebastian Troć", + "email": "sebastian.troc@gucman.pl", + "url": "https://github.com/SebastianTroc", + "contributions": 1, + "additions": 1, + "deletions": 1, + "hireable": false + }, { "name": "Riddler", "email": "", @@ -69,13 +69,13 @@ "hireable": true }, { - "name": "Sebastian Troć", - "email": "sebastian.troc@gucman.pl", - "url": "https://github.com/SebastianTroc", - "contributions": 1, - "additions": 1, - "deletions": 1, - "hireable": false + "name": "Ilias Ismanalijev", + "email": "hello@illyism.com", + "url": "https://github.com/Illyism", + "contributions": 7, + "additions": 140, + "deletions": 10, + "hireable": true } ] }