From 754f74c6f523517ddb5e1841d98133fc91d835e8 Mon Sep 17 00:00:00 2001 From: Manish Meganathan Date: Mon, 21 Jun 2021 18:48:24 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbf7936..ac893af 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Banner](banner.png) ### A terminal-based P2P chat application using libp2p and Golang that uses a Kademlia DHT and the IPFS network for peer discovery and routing -**Version: 1.0.0** +**Version: 1.1.0** **Platform: Windows, Mac OSX and Linux** **Language: Go 1.16** **License: MIT** @@ -89,4 +89,4 @@ The loglevel for the application startup runtime can be modified using the ``-lo - Migrate to Protocol Buffers instead of JSON for message encoding - Chat Room notification for when user changes names - Support for other PubSub routers (RandomSub, FloodSub and someday EpiSub) -- Support for password protected Chat Rooms. \ No newline at end of file +- Support for password protected Chat Rooms.