From 78bc3d35ff824a7b0c22cc4e5ed37dfce3e6b1d1 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Mon, 3 Apr 2023 00:08:14 -0400 Subject: [PATCH] Version 0.2.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5c41bd..cc60dac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "terminal_size" -version = "0.2.5" +version = "0.2.6" authors = ["Andrew Chin "] description = "Gets the size of your Linux or Windows terminal" documentation = "https://docs.rs/crate/terminal_size"