From f187abf3001853c5739cc3c8278dca998856fe4d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 18 Jan 2024 23:51:14 +0100 Subject: [PATCH] Bump version to 1.6.2 --- recordings/expected.txt | 6 +++--- snap/snapcraft.yaml | 2 +- ttyplot.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recordings/expected.txt b/recordings/expected.txt index 2421eec..0787a65 100644 --- a/recordings/expected.txt +++ b/recordings/expected.txt @@ -19,7 +19,7 @@ | │ | | └─────────────────────────────────────────────────────────────────────────────────────> | | X Thu Jan 1 00:00:00 1970 | -|   https://github.com/tenox7/ttyplot 1.6.1 | +|   https://github.com/tenox7/ttyplot 1.6.2 | +------------------------------------------------------------------------------------------+ [90x20] Frame 2: @@ -43,7 +43,7 @@ | │ XX | | └─────────────────────────────────────────────────────────────────────────────────────> | | X last=3.0 min=1.0 max=3.0 avg=2.0 Thu Jan 1 00:00:00 1970 | -|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 | +|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.2 | +------------------------------------------------------------------------------------------+ [90x20] Frame 3: @@ -67,6 +67,6 @@ | │ XX | | └─────────────────────────────────────────────────────────────────────────────────────> | | X last=3.0 min=1.0 max=3.0 avg=2.0 Thu Jan 1 00:00:00 1970 | -|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 | +|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.2 | +------------------------------------------------------------------------------------------+ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4bff377..c1c1d1d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: ttyplot -version: 1.6.1 +version: 1.6.2 summary: realtime plotting utility for terminal/console with data input from stdin description: | takes data from standard input / unix pipeline, diff --git a/ttyplot.c b/ttyplot.c index 532370f..cc4a3d5 100644 --- a/ttyplot.c +++ b/ttyplot.c @@ -46,7 +46,7 @@ #define STR(x) STR_(x) #define VERSION_MAJOR 1 #define VERSION_MINOR 6 -#define VERSION_PATCH 1 +#define VERSION_PATCH 2 #define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) #define T_RARR '>'