From 3b1910004bdf76079b6dc87c7a1b5bc7c14c228a Mon Sep 17 00:00:00 2001 From: Nader Toukabri Date: Tue, 14 Feb 2017 15:08:59 +0100 Subject: [PATCH] upgrade version --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d19f350..3f590d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-socket.io", - "version": "0.4.2", + "version": "0.9.0", "description": "Socket.io implementation in NativeScript", "main": "socket", "typings": "socket.d.ts", @@ -27,6 +27,10 @@ ], "author": "Nader Toukabri ", "license": "Unlicense", + "contributors": [{ + "name" : "Ludovic Fabrèges", + "url" : "https://github.com/lfabreges" + }], "bugs": { "url": "https://github.com/naderio/nativescript-socket.io/issues" },