From 5a223aab989d7d46cd59e68c3c2dec7b7eea1168 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Mon, 10 Jan 2022 22:48:36 +0100 Subject: [PATCH] Switch to version 1.1.1 This fixes the mouse's hitbox when the json size increase and cause the screen to scroll. --- CMakeLists.txt | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fc23d2d..fb71ffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ configure_file( project(json-tui LANGUAGES CXX - VERSION 1.1.0 + VERSION 1.1.1 ) add_executable(json-tui diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7f7ac73..6add751 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: json-tui -version: "1.1.0" +version: "1.1.1" summary: A json visualizer with a terminal UI. description: A json visualizer with a terminal UI.