From 19e7254c3d8b723fd8726487021e6c826af934b2 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 3 Jul 2020 16:14:47 +0200 Subject: [PATCH] chore: update contributors --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 43bebf7a..f5513c92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.28.3", + "version": "0.28.4", "description": "JavaScript implementation of libp2p, a modular peer to peer network stack", "leadMaintainer": "Jacob Heun ", "main": "src/index.js", @@ -131,8 +131,8 @@ "Alex Potsides ", "Maciej Krüger ", "Hugo Dias ", - "Volker Mische ", "dirkmc ", + "Volker Mische ", "Richard Littauer ", "Elven ", "Andrew Nesbitt ", @@ -141,7 +141,7 @@ "Thomas Eizinger ", "ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ ", "Didrik Nordström ", - "Joel Gustafson ", + "Francis Gulotta ", "Julien Bouquillon ", "Kevin Kwok ", "Florian-Merle ", @@ -161,6 +161,7 @@ "Chris Bratlien ", "isan_rivkin ", "Henrique Dias ", - "Irakli Gozalishvili " + "Irakli Gozalishvili ", + "Joel Gustafson " ] }