File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all clean docs install dist
2
2
3
- VERSION = 1.0.0
3
+ VERSION = 1.0.1
4
4
CFLAGS = -O5
5
5
LDFLAGS = -static
6
6
PREFIX = /usr/local
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ elb-2 i-b910a256
34
34
Linux users can install prebuilt binaries from the release tarball:
35
35
36
36
```
37
- sudo bash -c "cd /usr/local && wget -O - https://github.com/micha/json-table/releases/download/1.0.0 /jt-1.0.0 .tar.gz | tar xzvf -"
37
+ sudo bash -c "cd /usr/local && wget -O - https://github.com/micha/json-table/releases/download/1.0.1 /jt-1.0.1 .tar.gz | tar xzvf -"
38
38
```
39
39
40
40
Otherwise, to build from source:
41
41
42
42
```
43
- git checkout 1.0.0 && make && sudo make install
43
+ git checkout 1.0.1 && make && sudo make install
44
44
```
45
45
46
46
## Documentation
Original file line number Diff line number Diff line change 1
1
#define _GNU_SOURCE
2
2
#define JSMN_STRICT
3
3
#define JSMN_PARENT_LINKS
4
- #define JT_VERSION "1.0.0 "
4
+ #define JT_VERSION "1.0.1 "
5
5
6
6
#include <stdarg.h>
7
7
#include <stdio.h>
You can’t perform that action at this time.
0 commit comments