From 5f754da591304135ec0ab11db120c95422d21695 Mon Sep 17 00:00:00 2001 From: Ronan Arraes Jardim Chagas Date: Fri, 15 Nov 2024 10:30:24 -0300 Subject: [PATCH] :bookmark: Version 0.6.0 --- Project.toml | 4 ++-- src/TerminalPager.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index f37990f..cc08478 100644 --- a/Project.toml +++ b/Project.toml @@ -3,7 +3,7 @@ uuid = "0c614874-6106-40ed-a7c2-2f1cd0bff883" license = "MIT" desc = "Pure Julia implementation of a terminal pager" authors = ["Ronan Arraes Jardim Chagas "] -version = "0.5.2" +version = "0.6.0" [deps] Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f" @@ -18,7 +18,7 @@ Crayons = "4.0" PrecompileTools = "1" Preferences = "1" StringManipulation = "0.3.2, 0.4" -julia = "1" +julia = "1.10" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/src/TerminalPager.jl b/src/TerminalPager.jl index cd7a702..b9806b9 100644 --- a/src/TerminalPager.jl +++ b/src/TerminalPager.jl @@ -27,7 +27,7 @@ include("./types.jl") ############################################################################################ const CSI = "\x1b[" -const PKG_VERSION = v"0.5.1" +const PKG_VERSION = v"0.6.0" # Crayons const _CRAYON_B = string(crayon"bold")