From 70ac515f68faeee4b7ac747575ecbe37d64c9818 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sun, 25 Feb 2024 22:58:12 +0100 Subject: [PATCH] add @xiaoyun94 as contributor; 2.2.0 --- license.md | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/license.md b/license.md index 2051bcd..732e7f5 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2023, Jannis R +Copyright (c) 2024, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index 345ba95..18d6ee8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tcp-over-websockets", "description": "Tunnel TCP through WebSockets.", - "version": "2.1.0", + "version": "2.2.0", "main": "server.js", "bin": { "tcp-over-websockets": "./cli/client.js", @@ -20,6 +20,9 @@ "http" ], "author": "Jannis R ", + "contributors": [ + "xiaoyun94 " + ], "homepage": "https://github.com/derhuerst/tcp-over-websockets", "repository": "derhuerst/tcp-over-websockets", "bugs": "https://github.com/derhuerst/tcp-over-websockets/issues",