From e06b40ea5f02f35fc3a6051021375da839b874cc Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 23 Mar 2023 18:12:28 +0000 Subject: [PATCH] v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d005fd..a29460d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "irctokens" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" description = "RFC1459 and IRCv3 protocol tokeniser"