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.