diff --git a/Cargo.toml b/Cargo.toml index f2c36fc..04c77c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "ansistream" -version = "0.1.1" +version = "0.1.2" edition = "2021" -repository = "https://github.com/jcbritobr/ansistream" -homepage = "https://github.com/jcbritobr/ansistream" +repository = "https://github.com/jgardona/ansistream" +homepage = "https://github.com/jgardona/ansistream" description = "Write blazingly fast, free allocation ansi escape codes to a buffer, and flushes them all to any output." license = "MIT" categories = ["development-tools"]