diff --git a/recordings/expected.txt b/recordings/expected.txt index 562cbef..2421eec 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.0 | +|   https://github.com/tenox7/ttyplot 1.6.1 | +------------------------------------------------------------------------------------------+ [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.0 | +|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 | +------------------------------------------------------------------------------------------+ [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.0 | +|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 | +------------------------------------------------------------------------------------------+ diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5257fb5..4bff377 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: ttyplot -version: 1.6.0 +version: 1.6.1 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 7ee54f5..6cf5ee8 100644 --- a/ttyplot.c +++ b/ttyplot.c @@ -39,7 +39,7 @@ #define STR(x) STR_(x) #define VERSION_MAJOR 1 #define VERSION_MINOR 6 -#define VERSION_PATCH 0 +#define VERSION_PATCH 1 #define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH) #define T_RARR '>'