Skip to content

Commit a47053f

Browse files
committed
Bump version to 1.6.1
1 parent e948484 commit a47053f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

recordings/expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
| │ |
2020
| └─────────────────────────────────────────────────────────────────────────────────────> |
2121
| X Thu Jan 1 00:00:00 1970 |
22-
|   https://github.com/tenox7/ttyplot 1.6.0 |
22+
|   https://github.com/tenox7/ttyplot 1.6.1 |
2323
+------------------------------------------------------------------------------------------+
2424

2525
[90x20] Frame 2:
@@ -43,7 +43,7 @@
4343
| │ XX |
4444
| └─────────────────────────────────────────────────────────────────────────────────────> |
4545
| X last=3.0 min=1.0 max=3.0 avg=2.0 Thu Jan 1 00:00:00 1970 |
46-
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.0 |
46+
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 |
4747
+------------------------------------------------------------------------------------------+
4848

4949
[90x20] Frame 3:
@@ -67,6 +67,6 @@
6767
| │ XX |
6868
| └─────────────────────────────────────────────────────────────────────────────────────> |
6969
| X last=3.0 min=1.0 max=3.0 avg=2.0 Thu Jan 1 00:00:00 1970 |
70-
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.0 |
70+
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.1 |
7171
+------------------------------------------------------------------------------------------+
7272

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ttyplot
2-
version: 1.6.0
2+
version: 1.6.1
33
summary: realtime plotting utility for terminal/console with data input from stdin
44
description: |
55
takes data from standard input / unix pipeline,

ttyplot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#define STR(x) STR_(x)
4040
#define VERSION_MAJOR 1
4141
#define VERSION_MINOR 6
42-
#define VERSION_PATCH 0
42+
#define VERSION_PATCH 1
4343
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
4444

4545
#define T_RARR '>'

0 commit comments

Comments
 (0)