From 1f8f71f6b35a88929b2ef8f4abdf124bd0f0a9ca Mon Sep 17 00:00:00 2001 From: nazeh Date: Tue, 28 Nov 2023 14:04:09 +0300 Subject: [PATCH] chore: publish 1.0.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70af3374..16f7ff70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mainline" -version = "0.6.1" +version = "1.0.0" authors = ["nuh.dev"] edition = "2018" description = "Simple, robust, BitTorrent's Mainline DHT implementation" diff --git a/README.md b/README.md index 298559fe..c4aafffa 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It should work as a routing / storing node as well, but if you want to run a rel ## Get started -Check the [Examples](./examples). +Check the [Examples](https://github.com/Nuhvi/mainline/tree/main/examples). ## Features