Skip to content

Commit cbaff3a

Browse files
authored
Merge pull request #180 from tenox7/bump
ver bump
2 parents 9bbca81 + 1cd8be8 commit cbaff3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.2 |
22+
|   https://github.com/tenox7/ttyplot 1.6.5 |
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.2 |
46+
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.5 |
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.2 |
70+
|   last=4.0 min=2.0 max=4.0 avg=3.0 https://github.com/tenox7/ttyplot 1.6.5 |
7171
+------------------------------------------------------------------------------------------+
7272

ttyplot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define STR(x) STR_(x)
4747
#define VERSION_MAJOR 1
4848
#define VERSION_MINOR 6
49-
#define VERSION_PATCH 4
49+
#define VERSION_PATCH 5
5050
#define VERSION_STR STR(VERSION_MAJOR) "." STR(VERSION_MINOR) "." STR(VERSION_PATCH)
5151

5252
#define T_RARR '>'

0 commit comments

Comments
 (0)